-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "MVP-UI",
"version": "1.0.0",
"description": "MVP-UI project",
"author": "hemulin",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"deploy": "gh-pages --dist=dist --dotfiles=true"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.1",
"chartist": "^0.10.1",
"google-maps": "^3.2.1",
"nuxt": "^1.3.0",
"nuxt-logger": "^0.2.0",
"nuxt-pouch": "^0.1.0",
"vue-clickaway": "^2.1.0",
"vue-echarts": "^3.1.2",
"vue-router": "^2.2.0",
"vue-scrollto": "^2.11.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"cross-env": "^5.1.3",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"gh-pages": "^1.2.0",
"node-sass": "^4.9.3",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.22.1",
"webpack-node-externals": "^1.7.2"
}
}