-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 800 Bytes
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
{
"name": "nuxtify",
"version": "1.0.0",
"description": "Nuxt and Vuetify Starter",
"author": "Eko Eryanto",
"private": true,
"scripts": {
"start": "nuxt",
"build": "nuxt build",
"serve": "nuxt build && nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"engines": {
"node": "8.9",
"npm": "5.3",
"yarn": "1.3"
},
"dependencies": {
"nuxt": "^1.0.0",
"vuetify": "^1.0.3"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-transform-imports": "^1.4.1",
"cross-env": "^5.0.1",
"eslint": "^4.15.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}