forked from Trip506/nuxt-vuetify-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 778 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
{
"name": "nuxt-vuetify-loader",
"version": "1.0.0",
"description": "My tremendous Nuxt.js project",
"author": "Chris Sheppard",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"analyze": "nuxt build -a",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"cross-env": "^5.2.0",
"nuxt": "^2.0.0",
"vuetify": "^1.3.0-alpha.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.0.0",
"nodemon": "^1.11.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuetify-loader": "^1.0.2"
}
}