-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "anniversary",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/polyfill": "^7.4.3",
"@tinymce/tinymce-vue": "^2.0.0",
"ant-design-vue": "^1.3.8",
"axios": "^0.18.0",
"babel-plugin-import": "^1.11.0",
"babel-polyfill": "^6.26.0",
"core-js": "^2.6.5",
"es6-promise": "^4.2.6",
"express": "^4.16.4",
"fastclick": "^1.0.6",
"less-loader": "^4.1.0",
"mockjs": "^1.0.1-beta3",
"v-dragged": "^0.0.5",
"velocity-animate": "^1.5.2",
"vue": "^2.6.6",
"vue-analytics": "^5.17.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.1",
"vue-stack-grid": "^1.0.4",
"vue-waterfall": "^1.0.6",
"vue2-hammer": "^2.1.2",
"vuex": "^3.1.0",
"wangeditor": "^3.1.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.4.3",
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"fibers": "^3.1.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"sass": "^1.17.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21",
"vue-waterfall-easy": "^2.4.3"
}
}