webpack-builder-react-xd
Version:
小盾安全前端团队构建器
101 lines (100 loc) • 3.21 kB
JSON
{
"name": "webpack-builder-react-xd",
"version": "4.0.0",
"description": "小盾安全前端团队构建器",
"bin": {
"webpack-builder-react-xd": "bin/scripts.js"
},
"repository": {
"type": "git",
"url": "git@gitlab.tongdun.cn:tdfe/xd-cli.git"
},
"keywords": [
"xd",
"builder",
"webpack",
"react"
],
"author": "mengbo.ji",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/parser": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.0.0",
"@babel/runtime": "^7.4.3",
"@babel/runtime-corejs3": "^7.4.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.0.0",
"babel-plugin-import": "^1.13.3",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^4.1.1",
"copy-webpack-plugin": "^10.1.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.0",
"css-modules-typescript-loader": "^4.0.1",
"css-url-relative-plugin": "^1.1.0",
"eslint": "^7.27.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"git-pre-hooks": "^1.2.1",
"globby": "^7.1.1",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.5",
"node-cmd": "^4.0.0",
"portfinder": "^1.0.28",
"postcss": "^8.4.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-nested": "^5.0.6",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.2.0",
"progress-bar-webpack-plugin": "^2.1.0",
"react-refresh": "^0.10.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.6.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"maintainers": [
"mengbo.ji"
],
"license": "MIT",
"devDependencies": {
"typescript": "^4.6.4"
}
}