forked from formio/vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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": "vue-formio",
"version": "4.0.2",
"description": "A vue.js renderer for form.io forms.",
"main": "lib/index",
"typeings": "lib/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/vue-formio.git"
},
"keywords": [
"Form.io",
"vue.js",
"forms"
],
"author": "Randall Knutson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/formio/vue-formio/issues"
},
"homepage": "https://github.com/formio/vue-formio#readme",
"dependencies": {
"@types/vue": "^2.0.0",
"formiojs": "^4.9.26",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.2.2"
},
"devDependencies": {
"@types/node": "^4.9.3",
"typescript": "^2.9.2",
"typescript-eslint-parser": "^13.0.0",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.17.0"
},
"files": [
"lib"
]
}