-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "vite-vue3-ts-boke-admin",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx",
"prettier": "prettier --write ."
},
"dependencies": {
"ant-design-vue": "^3.2.6",
"axios": "^0.27.2",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-rc.10",
"qs": "^6.10.5",
"vue": "^3.2.25",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/node": "^17.0.42",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-vue": "^2.3.3",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"prettier": "^2.6.2",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}