-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
44 lines (44 loc) · 1.41 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": "@formschema/elementui",
"version": "1.0.0",
"description": "Vue component form based on JSON Schema",
"main": "dist/ElementUIComponents.umd.js",
"scripts": {
"demo": "cd demo && npm run serve",
"build": "vue-cli-service build --no-clean --target lib --name ElementUIComponents --entry lib/ElementUIComponents.js",
"test": "vue-cli-service test --colors --testMatch '<rootDir>/test/specs/*.spec.js'",
"lint": "vue-cli-service lint --no-fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formschema/elementui.git"
},
"keywords": [
"vue",
"form",
"json",
"schema"
],
"author": "Sébastien Demanou",
"license": "MIT",
"bugs": {
"url": "https://github.com/formschema/elementui/issues"
},
"homepage": "https://github.com/formschema/elementui#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-transform-runtime": "^7.0.0-beta.51",
"@babel/preset-es2015": "^7.0.0-beta.51",
"@babel/preset-stage-2": "^7.0.0-beta.51",
"@formschema/native": "^2.0.0-alpha.2",
"@vue/cli-plugin-babel": "^3.0.0-rc.3",
"@vue/cli-plugin-eslint": "^3.0.0-rc.3",
"@vue/cli-plugin-unit-jest": "^3.0.0-rc.3",
"@vue/cli-service": "^3.0.0-rc.3",
"@vue/eslint-config-standard": "^3.0.0-rc.3",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-jest": "^22.4.4",
"vue": "^2.5.16"
},
"dependencies": {}
}