@sabertazimi/react-scripts
Version:
Configuration and scripts for Bod CLI.
121 lines (120 loc) • 3.19 kB
JSON
{
"name": "@sabertazimi/react-scripts",
"version": "5.21.5",
"description": "Configuration and scripts for Bod CLI.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sabertazimi/bod.git",
"directory": "packages/react-scripts"
},
"bugs": {
"url": "https://github.com/sabertazimi/bod/issues"
},
"keywords": [
"bod",
"bod-cli",
"react",
"create-react-app",
"react-scripts"
],
"types": "./lib/react-app.d.ts",
"bin": "./bin/react-scripts.js",
"files": [
"bin",
"config",
"lib",
"scripts"
],
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"react": ">= 18",
"typescript": "^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"dependencies": {
"@babel/core": "^7.26.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^9.1.1",
"browserslist": "^4.24.3",
"camelcase": "^6.3.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.4.7",
"dotenv-expand": "^12.0.1",
"eslint": "^9.17.0",
"eslint-config-bod": "^5.21.5",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
"html-webpack-plugin": "^5.6.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-resolve": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.1.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.16.0",
"resolve": "^1.22.9",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^16.0.4",
"semver": "^7.6.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"stylelint": "^16.11.0",
"stylelint-config-bod": "^5.21.5",
"stylelint-prettier": "^5.0.2",
"stylelint-webpack-plugin": "^5.0.1",
"tailwindcss": "^3.4.16",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "^5.2.0",
"webpack-manifest-plugin": "^5.0.0",
"webpackbar": "^7.0.0",
"workbox-webpack-plugin": "^7.3.0"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"devDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"gitHead": "0cee75b03ae618b85ed9163124f4492a340bd9cd"
}