chem-form
Version:
使用 json 的方式便捷开发 form
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "chem-form",
"version": "1.0.4",
"main": "src/form/index.js",
"typings": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/MiracleWorkers/chem-form"
},
"keywords": [
"vue",
"Element",
"form",
"Element-ui",
"scheme",
"schema",
"json",
""
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"format": "prettier --write \"src/!(assets)/**/*.{js,ts,vue}\""
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"core-js": "^3.6.4",
"element-ui": "^2.13.2",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-typescript": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-typescript": "^5.0.1",
"babel-plugin-component": "^1.1.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"lint-staged": "^10.2.4",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"typescript": "~3.8.3",
"vue-template-compiler": "^2.6.11"
}
}