-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "nuxt-project-starter",
"version": "1.0.0",
"description": "Nuxt project starter",
"author": "Michał Kurczewski <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env HOST=0.0.0.0 PORT=3000 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"browserslist": [
"last 20 versions",
"> 1%",
"ie > 9"
],
"dependencies": {
"nuxt": "^1.4.1"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel-eslint": "^8.2.1",
"compression-webpack-plugin": "^1.1.12",
"cross-env": "^5.2.0",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"glob-all": "^3.1.0",
"image-webpack-loader": "^4.3.1",
"node-sass": "^4.9.2",
"nuxt-sass-resources-loader": "^2.0.4",
"postcss-responsive-type": "^1.0.0",
"purgecss-webpack-plugin": "^1.2.0",
"sass-loader": "^7.0.3"
}
}