-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.17 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.17 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
47
48
49
50
51
52
53
{
"name": "cheetah-form",
"version": "1.1.0",
"description": "A Vuetify Json based form generator",
"main": "src/index.js",
"scripts": {
"build": "vue-cli-service build --target lib --name cheetahForm ./src/index.js",
"lint": "vue-cli-service lint --fix"
},
"author": "Siebe Vander Henst",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/siebevh/Cheetah-forms"
},
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"keywords": [
"json",
"vue",
"vuejs",
"generator",
"schema",
"vuetify",
"form",
"forms",
"builder",
"responsive"
],
"peerDependencies": {
"vuetify": "^1.5.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"rollup-plugin-vue": "^5.0.1",
"sass-loader": "^7.1.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.2.1"
}
}