forked from nuxt-community/vuetify-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "@nuxtjs/vuetify",
"version": "1.0.0-beta.6",
"description": "Vuetify Module for Nuxt.js",
"license": "MIT",
"contributors": [
{
"name": "Pooya Parsa (@pi0)"
},
{
"name": "Kevin Marrec (@kevinmarrec)"
}
],
"main": "lib/module.js",
"repository": "nuxt-community/vuetify-module",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt test/fixture",
"lint": "eslint .",
"test": "yarn lint && jest",
"release": "yarn test && standard-version --prerelease && git push --follow-tags && npm publish --tag next"
},
"files": [
"lib"
],
"dependencies": {
"deepmerge": "^4.0.0",
"fibers": "^4.0.1",
"sass": "^1.22.3",
"sass-loader": "^7.1.0",
"vuetify": "^2.0.0-beta.7",
"vuetify-loader": "^1.2.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"codecov": "^3.5.0",
"eslint": "^6.0.1",
"jest": "^24.8.0",
"nuxt-edge": "^2.9.0-26035210.efd242ad",
"standard-version": "^6.0.1"
}
}