-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 934 Bytes
/
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
{
"name": "minivuebarrage-vue3",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --mode=dev --host 0.0.0.0",
"package": "vite build --mode=prod",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"valid": "node ./scripts/verifyCommit.js"
},
"lint-staged": {
"*.{js,jsx,vue,ts}": [
"eslint src"
]
},
"dependencies": {
"element-plus": "^2.7.1",
"normalize.css": "^8.0.1",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^4.5.2",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"prettier": "3.2.5",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-inspect": "^0.8.3",
"vue-tsc": "^1.8.25"
}
}