forked from klren0312/vite_vue2.7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "vite-ts-vue27",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint --fix"
},
"dependencies": {
"axios": "^0.27.2",
"element-ui": "^2.15.9",
"pinia": "^2.0.21",
"vue": "^2.7.10",
"vue-router": "^3.6.4"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@vitejs/plugin-legacy": "^2.0.1",
"@vitejs/plugin-vue2": "^1.1.2",
"autoprefixer": "^10.4.8",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.4.0",
"mockjs": "^1.1.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"sass": "^1.54.7",
"terser": "^5.15.0",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.7",
"vite-plugin-mock": "^2.9.6",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "^0.39.5"
}
}