1 Star 0 Fork 169

Carp社区 / H5DS

forked from mantou / H5DS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mantou",
"version": "0.0.1",
"description": "Mantou",
"keywords": [
"ui",
"h5ds",
"html5"
],
"homepage": "http://www.h5ds.com",
"author": "mantou",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-import": "^1.1.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.22.0",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.26.1",
"cssnano": "^3.10.0",
"eslint": "^3.19.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.10.0",
"gulp": "^3.9.1",
"gulp-sftp": "^0.1.5",
"html-inject-webpack-plugin": "^1.0.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.13.1",
"uglifyjs-webpack-plugin": "^0.2.1",
"url-loader": "^0.5.7",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
},
"scripts": {
"start": "webpack-dev-server --config webpack.config.dev.babel.js --colors --progress",
"build": "webpack --config webpack.config.prod.babel.js --colors --display-error-details --progress",
"ftp": "gulp default"
},
"dependencies": {},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}
JavaScript
1
https://gitee.com/carp/H5DS.git
git@gitee.com:carp/H5DS.git
carp
H5DS
H5DS
master

搜索帮助