1 Star 0 Fork 2

blucywei/SCM3.0

forked from szper/SCM3.0 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Lee 提交于 2018-05-18 10:18 . 修复bug
{
"name": "scm3.0",
"description": "SCM Platform for Jabil",
"version": "1.0.0",
"author": "Leehaoze",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"ajv": "^6.4.0",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chart.js": "^2.7.2",
"es6-promise": "^4.2.4",
"gojs": "^1.8.18",
"iview": "^2.13.1",
"js-cookie": "^2.2.0",
"semantic-ui": "^2.3.1",
"vue": "^2.5.11",
"vue-chartjs": "^3.3.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"ajv": "^6.4.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/blucywei/SCM3.0.git
git@gitee.com:blucywei/SCM3.0.git
blucywei
SCM3.0
SCM3.0
master

搜索帮助