-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "web2-club",
"version": "1.0.0",
"description": "learn web2",
"author": "zzx",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "8010"
}
},
"dependencies": {
"axios": "^0.18.0",
"element-ui": "^2.4.5",
"highlight.js": "^9.12.0",
"iview": "^3.0.0",
"nuxt": "^1.0.0",
"qiniu": "^7.2.1",
"qiniu-js": "^2.5.3",
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"universal-cookie": "^2.2.0",
"vue-quill-editor": "^3.0.6",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.8.0",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"node-sass": "^4.9.2",
"sass-loader": "^4.1.1",
"url-loader": "^1.1.1",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.24.1"
}
}