-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 991 Bytes
/
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
{
"name": "shgisUI",
"version": "1.0.0",
"description": "My unreal Nuxt.js project",
"author": "liucaidong",
"private": true,
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3000"
}
},
"scripts": {
"dev": "npm i && nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/auth": "^4.1.0",
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/proxy": "^1.2.4",
"axios": "^0.18.0",
"element-ui": "^2.2.0",
"esri-loader": "^2.2.0",
"lodash": "^4.17.5",
"nuxt": "^1.3.0",
"qs": "^6.5.1",
"vuex-persistedstate": "^2.5.2"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-eslint": "^8.2.1",
"cross-env": "^5.0.1",
"eslint": "^4.15.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"postcss-loader": "^2.1.2"
}
}