111 Star 500 Fork 169

mantou / H5DS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.13 KB
一键复制 编辑 原始数据 按行查看 历史
mantou 提交于 2019-12-26 16:41 . 新增H5DSCore
{
"name": "react_mobx",
"version": "1.0.0",
"description": "react16+mobx",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --config webpackset/webpack.config.dev.js --open",
"build": "webpack --config webpackset/webpack.config.prod.js --colors --display-error-details --progress",
"build:libs": "webpack --config webpackset/webpack.config.libs.js --colors --display-error-details --progress",
"build:editor": "webpack --config webpackset/webpack.config.editor.js --colors --display-error-details --progress",
"build:layer": "webpack --config webpackset/webpack.config.layer.js --colors --display-error-details --progress",
"build:plus": "npm run build:layer && npm run build:editor"
},
"repository": {
"type": "git",
"url": "https://gitee.com/676015863/react-mobx"
},
"keywords": [
"mantou",
"webpack4",
"less"
],
"author": "mantou",
"license": "other",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.5",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-import": "^1.11.0",
"babel-preset-react": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"html-inject-webpack-plugin": "^1.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-proxy": "^1.17.0",
"http-proxy-middleware": "^0.19.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"resolve-url-loader": "^3.1.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^2.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.0",
"@babel/register": "^7.4.4",
"antd": "^3.19.0",
"asset-require-hook": "^1.2.0",
"axios": "^0.18.0",
"babel-plugin-react-css-modules": "^5.2.6",
"dayjs": "^1.8.15",
"dom-to-image": "^2.6.0",
"h5ds": "^5.0.3",
"h5ds-mount-plugin": "^1.1.0",
"localforage": "^1.7.3",
"lodash": "^4.17.14",
"mobx": "^5.9.4",
"mobx-react": "^5.4.4",
"qrcode.react": "^1.0.0",
"react": "^16.8.6",
"react-color": "^2.17.3",
"react-dom": "^16.10.2",
"react-loadable": "^5.5.0",
"react-mobx": "^0.0.4",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"tinycolor2": "^1.4.1",
"uuid": "^3.3.2"
}
}
JavaScript
1
https://gitee.com/676015863/H5DS.git
git@gitee.com:676015863/H5DS.git
676015863
H5DS
H5DS
master

搜索帮助