-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "tor-shopping",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"format": "prettier . --write"
},
"engines": {
"node": ">=19.8.1",
"yarn": "kindly-use-npm",
"npm": ">=9.5.1"
},
"dependencies": {
"@mdi/font": "7.2.96",
"@vee-validate/rules": "^4.10.6",
"axios": "^1.4.0",
"core-js": "3.31.1",
"pinia": "^2.1.4",
"roboto-fontface": "*",
"vee-validate": "^4.10.6",
"vue": "3.3.4",
"vue-router": "4.2.4",
"vuetify": "3.3.8",
"webfontloader": "1.6.28",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/types": "7.22.5",
"@types/node": "20.4.2",
"@types/webfontloader": "1.6.35",
"@vitejs/plugin-vue": "4.2.3",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.44.0",
"eslint-plugin-vue": "9.15.1",
"prettier": "3.0.0",
"sass": "1.63.6",
"typescript": "5.1.6",
"vite": "4.4.3",
"vite-plugin-vuetify": "1.0.2",
"vue-tsc": "1.8.4"
}
}