加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
NullFeng 提交于 2018-06-20 10:31 . 改用webpack构建
{
"name": "js_validate",
"version": "1.0.0",
"description": "这是一个非常迷你的数据验证器,至于迷你到那种程度,就不形容了,一看便知!",
"main": "Validate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development --progress --display-modules --colors --display-reasons",
"build": "webpack --mode production --progress --display-modules --colors --display-reasons"
},
"repository": {
"type": "git",
"url": "https://gitee.com/nullfeng/js_validate.git"
},
"author": "NullFeng",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化