react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
91 lines (90 loc) • 2.58 kB
JSON
{
"name": "loki-scripts",
"version": "1.0.8",
"description": "loki 打包脚本",
"scripts": {
"upload": "npm publish",
"alpha": "npm publish --tag alpha"
},
"repository": {
"type": "git",
"url": "http://git.mmears.com/mmears-package/mmears-react-app.git"
},
"license": "MIT",
"engines": {
"node": ">=10.16.0"
},
"files": [
"bin",
"config",
"lib",
"scripts",
"template",
"template-typescript"
],
"bin": {
"loki": "./bin/loki.js"
},
"types": "./lib/react-app.d.ts",
"dependencies": {
"@babel/core": "7.4.3",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@svgr/webpack": "4.1.0",
"babel-loader": "8.0.5",
"babel-plugin-import": "^1.12.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-named-asset-import": "^0.3.2",
"babel-preset-react-app": "^9.0.0",
"camelcase": "^5.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"compression-webpack-plugin": "^3.0.0",
"core-js": "3.6.0",
"css-loader": "2.1.1",
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"file-loader": "3.0.1",
"fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-beta.5",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^1.1.0",
"less": "^3.10.1",
"less-loader": "^5.0.0",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "0.8.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.2.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "7.0.1",
"postcss-plugin-px2rem": "^0.8.1",
"postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1",
"progress-bar-webpack-plugin": "^1.12.1",
"react-app-polyfill": "^1.0.1",
"react-dev-utils": "^9.0.1",
"resolve": "1.10.0",
"sass-loader": "7.1.0",
"script-ext-html-webpack-plugin": "2.1.4",
"semver": "6.0.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.3",
"ts-pnp": "1.1.2",
"typescript": "3.8.3",
"url-loader": "1.1.2",
"webpack": "4.29.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "3.2.1",
"webpack-manifest-plugin": "2.0.4"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
},
"publishConfig": {
"registry": "https://nexus.mmears.com/repository/npm-snapshots/"
}
}