-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
65 lines (65 loc) · 1.99 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
65
{
"name": "levi-vue-admin",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"menu": "node createMenu",
"new": "plop",
"lint": "eslint src/**/*.{vue,ts,js,tsx} --fix"
},
"dependencies": {
"@iconify/iconify": "^2.0.4",
"@pinkbin/storage": "^0.1.2",
"@pinkbin/utils": "^0.1.0",
"@pinkbin/vue-hooks": "^0.1.1",
"@vueuse/core": "^5.3.0",
"ant-design-vue": "^2.2.6",
"axios": "^0.21.0",
"echarts": "^5.1.1",
"js-yaml": "^4.1.0",
"marked": "^2.0.3",
"mitt": "^2.1.0",
"mockjs": "^1.1.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"vue": "^3.2.6",
"vue-router": "^4.0.11",
"vue-types": "^3.0.1",
"vuex": "^4.0.0"
},
"devDependencies": {
"@iconify/json": "^1.1.395",
"@purge-icons/generated": "^0.4.1",
"@types/js-cookie": "^2.2.6",
"@types/js-yaml": "^4.0.3",
"@types/marked": "^2.0.5",
"@types/md5": "^2.3.0",
"@types/mockjs": "^1.0.4",
"@types/node": "^14.17.14",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"@vue/compiler-sfc": "^3.2.6",
"chalk": "^4.1.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.17.0",
"inquirer-directory": "^2.2.0",
"less": "^3.12.2",
"md5": "^2.3.0",
"plop": "^2.7.4",
"prettier": "^2.1.2",
"sass": "^1.38.2",
"typescript": "^4.4.2",
"vite": "^2.5.2",
"vite-plugin-components": "^0.12.2",
"vite-plugin-purge-icons": "^0.5.0",
"vite-plugin-style-import": "^1.2.1"
}
}