-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"build": "vite build --mode production",
"build:stage": "vite build --mode production --staging",
"serve": "vite",
"prepare": "husky install",
"mock": "nodemon mock/srever.js",
"mock:dev": "npm run mock & npm run dev"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@vueuse/core": "^8.1.2",
"ant-design-vue": "^3.0.0-beta.8",
"axios": "^0.25.0",
"echarts": "^5.3.1",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.0.9",
"pinia-plugin-persist": "^0.0.93",
"screenfull": "^6.0.1",
"vue": "^3.2.28",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/node": "^17.0.10",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-vue": "^2.1.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.6",
"body-parser": "^1.19.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.3.0",
"husky": "^7.0.4",
"json-server": "^0.17.0",
"jsonwebtoken": "^8.5.1",
"less": "^4.1.1",
"lint-staged": ">=10",
"nodemon": "^2.0.15",
"postcss": "^8.3.1",
"prettier": "^2.3.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.3.2",
"vite": "^2.3.7",
"vue-tsc": "^0.30.6"
},
"name": "vue-admin-template",
"main": "index.js",
"license": "MIT",
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
}
}