forked from cyxuan0926/guoke_front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "guoke_front",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "leelic07 <330314702@qq.com>",
"private": true,
"config": {
"nuxt": {
"host": "localhost",
"port": 7002
}
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "pm2 start ./node_modules/nuxt/bin/nuxt-start -- -port 3000",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"axios": "^0.18.0",
"iview": "2.13.1",
"nuxt": "1.0.0",
"vue-baidu-map": "^0.21.10",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-polyfill": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.0.0",
"iview-loader": "^1.0.0"
}
}