-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 901 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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint:script": "eslint --ext .ts,vue --ignore-path .gitignore ."
},
"dependencies": {
"@vuelidate/core": "2.0.0-alpha.20",
"@vuelidate/validators": "2.0.0-alpha.18",
"vue": "3.1.2",
"vuex": "4.0.2"
},
"devDependencies": {
"@types/node": "15.14.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"@vitejs/plugin-vue": "1.2.4",
"@vue/compiler-sfc": "3.1.2",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "7.0.0",
"eslint": "7.29.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "7.12.1",
"prettier": "2.3.2",
"sass": "1.35.1",
"typescript": "4.3.5",
"vite": "2.3.8",
"vite-svg-loader": "2.1.0",
"vue-tsc": "0.0.24"
}
}