-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
{
"name": "nuxtwbsite",
"version": "1.1.0",
"description": "Nuxt.js project",
"author": "yunlzhang <[email protected]>",
"private": true,
"scripts": {
"dev": "backpack dev",
"build": "nuxt build && backpack build",
"start": "cross-env NODE_ENV=production node build/main.js",
"precommit": "npm run lint",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.3.1",
"cross-env": "^5.0.1",
"element-ui": "^2.3.7",
"koa": "^2.4.1",
"moment": "^2.22.1",
"moment-timezone": "^0.5.16",
"nuxt": "^1.4.0",
"qn-webpack": "^2.0.2",
"source-map-support": "^0.4.15"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-component": "^1.1.1",
"babel-preset-env": "^1.6.1",
"backpack-core": "^0.3.0",
"eslint": "^3.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"moment-timezone": "^0.5.16",
"node-sass": "^4.9.0",
"nodemon": "^1.11.0",
"sass-loader": "^7.0.1",
"scmp": "^2.0.0",
"vue-cropper": "^0.2.9",
"vue-loader": "^15.0.9",
"vue-quill-editor": "^3.0.6",
"vuex": "^3.0.1",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.11.2",
"webpack-cli": "^2.1.3"
}
}