-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 798 Bytes
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
{
"name": "bobing-jettonman",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"serve": "vite preview"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"element-plus": "^2.13.5",
"sass": "^1.98.0",
"tiny-emitter": "^2.1.0",
"vue": "^3.5.30",
"vue-router": "^4.6.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^22.19.15",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.5.1",
"cz-git": "^1.12.0",
"style-loader": "^4.0.0",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vue-tsc": "^2.2.12"
}
}