-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "pinia-vue",
"private": true,
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
},
"version": "0.0.0",
"scripts": {
"dev": "vite --port 3000",
"mock": "PROXY=MOCK vite --port 3000",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "jest --runInBand --logHeapUsage",
"prepare": "husky install"
},
"dependencies": {
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"element-plus": "^2.2.9",
"mockjs": "^1.1.0",
"pinia": "^2.0.14",
"sass": "^1.53.0",
"vue": "^3.2.25",
"vue-i18n": "^9.2.2",
"vue-router": "4"
},
"devDependencies": {
"@iconify/vue": "^3.2.1",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.1",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/vue3-jest": "28",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lint-staged": "^13.0.3",
"path": "^0.12.7",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.9.2",
"unplugin-icons": "^0.14.8",
"unplugin-vue-components": "^0.21.1",
"vite": "^3.0.4",
"vite-plugin-checker": "^0.4.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-pwa": "^0.12.3",
"vue-tsc": "^0.39.4"
}
}