-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 970 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
{
"name": "vite-ts-axios",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.27.2",
"js-cookie": "^3.0.1",
"pinia": "^2.0.18",
"unplugin-auto-import": "^0.10.3",
"unplugin-vue-components": "^0.21.2",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-vue-layouts": "^0.7.0",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitejs/plugin-vue": "^3.0.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.25.0",
"eslint-plugin-vue": "^9.6.0",
"typescript": "^4.6.4",
"unocss": "^0.45.30",
"vite": "^3.0.0",
"vite-plugin-eslint": "^1.8.1",
"vue-tsc": "^0.38.4"
}
}