-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "@kingscode/vuetify-resource",
"version": "2.3.3",
"description": "An easy way to create a resource list with the vuetify data table with default create update and delete dialogs/actions and potential your own actions",
"repository": {
"type": "git",
"url": "git+https://github.com/kingscode/vuetify-resource.git"
},
"keywords": [
"vue",
"vuetify",
"crud",
"resource"
],
"author": "Ricardo van Laarhoven",
"license": "MIT",
"bugs": {
"url": "https://github.com/kingscode/vuetify-resource/issues"
},
"main": "dist/vuetify-resource.common.js",
"homepage": "https://github.com/kingscode/vuetify-resource#readme",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vuetify-resource ./src/VuetifyResource.vue",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"peerDependencies": {
"vue": "^2.7.16",
"vue-loader": "^17.4.2",
"vuetify": "^2.2.27"
},
"devDependencies": {
"@vue/cli-service": "^4.4.6",
"vue": "^2.7.16"
},
"files": [
"dist/*",
"*.json",
"*.js"
]
}