1 Star 0 Fork 8

贺伟/noForm

forked from Gitee 极速下载/noForm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.31 KB
一键复制 编辑 原始数据 按行查看 历史
quirkyvar 提交于 2018-07-25 17:38 . feat: update colon and required
{
"name": "noform",
"version": "0.0.43",
"description": "开发者友好、快捷高效的表单框架。",
"scripts": {
"start": "node builder/index.js dev",
"dev": "node builder/index.js dev",
"test": "node builder/index.js test",
"cov": "node builder/index.js test --coverage",
"build": "node builder/index.js build",
"umd": "node builder/index.js umd",
"profile": "node builder/index.js profile",
"deploy": "node builder/index.js build && node builder/index.js umd",
"sh": "./builder/build.sh"
},
"files": [
"src/",
"dist/",
"lib/",
"index.scss",
"wrapper.js",
"accordion.js",
"accordion.scss",
"dialog.js",
"validate.js",
"wrapper.scss",
"dialog.scss",
"examples/"
],
"armor": {
"entry": [
"index.js",
"index.scss",
"wrapper.js",
"dialog.js",
"accordion.js",
"accordion.scss",
"validate.js",
"wrapper.scss",
"dialog.scss"
],
"src2lib": true
},
"just": {
"type": "component/b2b-next-comp",
"build": {
"after": "npm run build"
}
},
"main": "lib/index.js",
"dependencies": {
"async-validator": "^1.8.2",
"deep-equal": "^1.0.1",
"events": "2.x",
"moment": "^2.18.1",
"prop-types": "15.x"
},
"peerDependencies": {
"react": "15.x",
"react-dom": "15.x"
},
"devDependencies": {
"antd": "^3.5.2",
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.3",
"babel-jest": "20.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.2",
"css-loader": "^0.28.8",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.5",
"escape-string-regexp": "^1.0.5",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.8.2",
"fast-sass-loader": "^1.4.5",
"file-loader": "^1.1.6",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"html-loader": "^0.5.5",
"husky": "0.x",
"jest": "^22.4.3",
"jest-enzyme": "^4.0.1",
"marked": "^0.3.19",
"mini-css-extract-plugin": "^0.3.0",
"mkdirp": "^0.5.1",
"node-sass": "^4.9.0",
"nunjucks": "^3.0.1",
"object-assign": "^4.1.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-loader": "^2.0.10",
"progress-bar-webpack-plugin": "^1.11.0",
"promise": "^8.0.1",
"raf": "^3.4.0",
"react": "15.x",
"react-dev-utils": "^4.2.1",
"react-dom": "15.x",
"react-scripts": "^1.1.4",
"react-test-renderer": "^15.x",
"rimraf": "^2.6.2",
"simulate-event": "^1.4.0",
"sinon": "^4.0.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^0.6.2",
"webpack": "^4.3.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "^3.1.1",
"whatwg-fetch": "^2.0.4"
},
"keywords": [
"noform"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hwedwin/noForm.git
git@gitee.com:hwedwin/noForm.git
hwedwin
noForm
noForm
master

搜索帮助