-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.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": "vue3-vite",
"version": "0.0.0",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prettier": "npx prettier --write ."
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@types/js-cookie": "^2.2.7",
"@types/js-md5": "^0.4.3",
"@types/qs": "^6.9.7",
"axios": "^0.21.4",
"element-plus": "^1.1.0-beta.12",
"http-server": "^13.0.2",
"js-cookie": "^3.0.1",
"js-md5": "^0.7.3",
"qs": "^6.10.1",
"sass": "^1.41.0",
"vue": "^3.2.6",
"vue-router": "4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^7.18.0",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"vite-plugin-style-import": "^1.2.1",
"vue-tsc": "^0.3.0"
}
}