1 Star 3 Fork 3

kaikai / angular1_webpack2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
kaikai 提交于 2017-10-17 18:48 . no commit message
{
"name": "angular1-webpack2",
"version": "0.0.1",
"description": "angular1 + webpack2 + bootstrap3 + flex",
"repository": "https://gitee.com/hkgit/angular1_webpack2.git",
"main": "index.js",
"scripts": {
"clean": "rm -rf build",
"clean:win": "rd /s /q build",
"dev": "webpack-dev-server --progress -d",
"build": "webpack --profile --progress --p --config webpack.prod.config.js"
},
"author": "HK",
"license": "MIT",
"dependencies": {
"angular": "^1.6.3",
"angular-animate": "^1.6.3",
"angular-toastr": "^2.1.1",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-grid": "^4.0.2",
"angular-ui-router": "^0.4.2",
"bootstrap": "^3.3.7",
"echarts": "^3.4.0",
"jquery": "^3.2.0",
"oi.select": "^0.2.21"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.26.4",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"postcss-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
}
}
JavaScript
1
https://gitee.com/hkgit/angular1_webpack2.git
git@gitee.com:hkgit/angular1_webpack2.git
hkgit
angular1_webpack2
angular1_webpack2
master

搜索帮助