@zero-scripts/plugin-webpack-react
Version:
Ready for development React projects. With ESLint, Babel, CSS Modules and other
61 lines • 1.48 kB
JSON
{
"name": "@zero-scripts/plugin-webpack-react",
"version": "1.0.0-alfa.21",
"description": "Ready for development React projects. With ESLint, Babel, CSS Modules and other",
"keywords": [
"webpack",
"config",
"zero-scripts",
"plugin",
"babel",
"react"
],
"bugs": {
"url": "https://github.com/artemirq/zero-scripts/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/artemirq/zero-scripts"
},
"license": "MIT",
"author": {
"name": "Artem Batura",
"email": "artemir.q@gmail.com"
},
"main": "build/index.js",
"typings": "build/index.d.ts",
"files": [
"build"
],
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@zero-scripts/webpack-config": "1.0.0-alfa.20",
"webpack-hot-middleware": "^2.25.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@zero-scripts/core": "1.0.0-alfa.20",
"@zero-scripts/plugin-webpack-babel": "1.0.0-alfa.20",
"@zero-scripts/plugin-webpack-eslint": "1.0.0-alfa.20",
"webpack": "^5.10.0"
},
"peerDependencies": {
"@svgr/webpack": "^5.0.1",
"@zero-scripts/core": "^1.0.0-alfa.0",
"react-refresh": "^0.9.0",
"webpack": "^5.4.0"
},
"peerDependenciesMeta": {
"@svgr/webpack": {
"optional": true
},
"react-refresh": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}