-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "crayon",
"version": "0.0.1",
"author": "Quintion <QuintionTang@gmail.com>",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"ant-design-vue": "^2.1.0",
"axios": "^0.20.0-0",
"axios-mock-adapter": "^1.19.0",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"velocity-animate": "^1.5.2",
"vue": "^3.0.5",
"vue-router": "^4.0.5",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.5",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"vite": "^2.1.0"
},
"keywords": [
"vue3",
"vite",
"ant-design-vue",
"dashboard",
"velocity-animate",
"crayon-ui",
"chart",
"admin-template",
"dashboard"
],
"repository": {
"type": "git",
"url": "git+https://github.com/QuintionTang/crayon.git"
},
"license": "MIT"
}