-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "AIVM-Generator",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"release": "git switch release && git merge master && git push origin release && git switch master"
},
"engines": {
"node": "20.16.0"
},
"dependencies": {
"aivmlib-web": "^1.0.0",
"assert": "^2.1.0",
"floating-vue": "^5.2.2",
"js-base64": "^3.7.7",
"nanoid": "^5.0.7",
"pinia": "^2.2.2",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vuetify": "^3.7.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/types": "^7.25.4",
"@iconify/vue": "^4.1.2",
"@types/node": "20.16.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/eslint-config-typescript": "^12.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vuetify": "^2.4.0",
"sass": "1.77.6",
"typescript": "~5.5.4",
"vite": "^5.4.2",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.0.29"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}