forked from vuetifyjs/vue-cli-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 KB
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
46
{
"name": "vue-cli-plugin-vuetify",
"version": "1.1.0",
"description": "Vuetify Framework Plugin for Vue CLI 3",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vue-cli-plugin-vuetify.git"
},
"keywords": [
"vuetify",
"vuetify plugin",
"vue-cli",
"vue-cli vuetify",
"vue-cli material",
"vue-cli-3",
"vue-cli-3 vuetify",
"vue-cli-3 material"
],
"author": "John Leider <john@vuetifyjs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues"
},
"homepage": "https://github.com/vuetifyjs/vue-cli-plugin-vuetify#readme",
"devDependencies": {
"@release-it/conventional-changelog": "^1.1.0",
"@vue/cli-service": "^3.11.0",
"husky": "^3.0.8",
"jest": "^24.9.0",
"vuetify": "^2.1.0",
"vuetify-loader": "^1.2.2"
},
"dependencies": {
"shelljs": "^0.8.3",
"semver": "^6.0.0"
},
"husky": {
"hooks": {
"pre-commit": "yarn test"
}
}
}