This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
forked from koumoul-dev/vuetify-jsonschema-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.91 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@koumoul/vuetify-jsonschema-form",
"version": "0.27.1",
"description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.",
"main": "dist/main.js",
"scripts": {
"lint": "eslint --ext js,vue .",
"build": "rm -rf dist && webpack && cp index.html dist/",
"dev": "NODE_ENV=development webpack-dev-server",
"prepublish": "npm run lint && npm run build",
"postpublish": "gh-pages-multi deploy -v -s dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koumoul-dev/vuetify-jsonschema-form.git"
},
"author": "Alban Mouton <alban.mouton@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koumoul-dev/vuetify-jsonschema-form/issues"
},
"homepage": "https://github.com/koumoul-dev/vuetify-jsonschema-form#readme",
"dependencies": {
"markdown-it": "^8.4.2",
"match-all": "^1.2.5",
"property-expr": "^1.5.1",
"vue-color": "^2.7.0",
"vue-swatches": "^1.0.3",
"vuedraggable": "^2.20.0"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@koumoul/gh-pages-multi": "^0.6.0",
"@mdi/font": "^3.6.95",
"axios": "^0.18.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^1.0.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"file-loader": "^3.0.1",
"hjson": "^3.1.2",
"mini-css-extract-plugin": "^0.4.5",
"style-loader": "^0.23.1",
"vue": "^2.6.10",
"vue-axios": "^2.1.4",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"vuetify": "^1.5.14",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
}
}