|
| 1 | +{ |
| 2 | + "name": "element-form-builder", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Generate form of element-ui using JSON configuration.", |
| 5 | + "main": "dist/index.js", |
| 6 | + "scripts": { |
| 7 | + "build": "node scripts/build.js", |
| 8 | + "test": "yarn test" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/codetrial/element-form-builder.git" |
| 13 | + }, |
| 14 | + "keywords": [ |
| 15 | + "vue", |
| 16 | + "element", |
| 17 | + "form", |
| 18 | + "builder", |
| 19 | + "json" |
| 20 | + ], |
| 21 | + "author": "felixpy", |
| 22 | + "license": "MIT", |
| 23 | + "bugs": { |
| 24 | + "url": "https://github.com/codetrial/element-form-builder/issues" |
| 25 | + }, |
| 26 | + "homepage": "https://github.com/codetrial/element-form-builder#readme", |
| 27 | + "dependencies": { |
| 28 | + "element-ui": "^2.4.11", |
| 29 | + "vue": "^2.6.0" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "babel-core": "^6.26.3", |
| 33 | + "babel-eslint": "^10.0.1", |
| 34 | + "babel-plugin-external-helpers": "^6.22.0", |
| 35 | + "babel-preset-env": "^1.7.0", |
| 36 | + "eslint": "^5.10.0", |
| 37 | + "eslint-config-standard": "^12.0.0", |
| 38 | + "eslint-plugin-import": "^2.14.0", |
| 39 | + "eslint-plugin-jest": "^22.1.2", |
| 40 | + "eslint-plugin-node": "^8.0.0", |
| 41 | + "eslint-plugin-promise": "^4.0.1", |
| 42 | + "eslint-plugin-standard": "^4.0.0", |
| 43 | + "jest": "^23.6.0", |
| 44 | + "rollup": "^0.67.4", |
| 45 | + "rollup-plugin-babel": "3" |
| 46 | + } |
| 47 | +} |
0 commit comments