@computerrock/toolchain-react-app
Version:
The Formation Framework template for starting react app project.
114 lines (113 loc) • 3.27 kB
JSON
{
"name": "@computerrock/toolchain-react-app",
"version": "3.0.4",
"description": "The Formation Framework template for starting react app project.",
"keywords": [
"toolchain-js",
"toolchain",
"cli",
"project",
"template",
"react",
"create",
"boilerplate",
"init",
"app"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/computerrock/javascript-team-toolbox",
"directory": "packages/toolchain-react-app"
},
"publishConfig": {
"access": "public"
},
"files": [
"bin",
"config",
"lib",
"scripts",
"server"
],
"bin": {
"react-scripts": "./bin/react-scripts.js"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/runtime-corejs3": "^7.23.3",
"@computerrock/babel-preset-react-app": "^3.0.0",
"@computerrock/eslint-config-react-app": "^2.0.0",
"@computerrock/react-dev-utils": "^2.0.0",
"@computerrock/stylelint-config-react-app": "^2.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"ajv": "^8.14.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^4.1.0",
"connect-history-api-fallback": "^2.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"enzyme": "^3.11.0",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.1",
"express": "^4.18.2",
"find-pkg": "^2.0.0",
"fs-extra": "^9.1.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^1.3.9",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-input-range": "^4.0.0",
"postcss-loader": "^6.1.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.4.3",
"postcss-safe-parser": "^6.0.0",
"react-refresh": "^0.11.0",
"require-from-string": "^2.0.2",
"resolve-from": "^5.0.0",
"resolve-url-loader": "^3.1.5",
"sass": "1.69.7",
"sass-loader": "^12.4.0",
"source-map-explorer": "^2.5.3",
"style-loader": "^2.0.0",
"stylelint": "13.12.0",
"stylelint-scss": "3.19.0",
"stylelint-selector-bem-pattern": "2.1.0",
"stylelint-webpack-plugin": "2.1.1",
"svg-sprite-loader": "^6.0.11",
"svg-transform-loader": "^2.0.13",
"svgo": "^2.2.2",
"svgo-loader": "^3.0.0",
"terser-webpack-plugin": "^5.3.9",
"util": "^0.12.5",
"webpack": "^5.89.0",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.4",
"webpack-manifest-plugin": "^5.0.0",
"workbox-webpack-plugin": "^7.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"gitHead": "7c014cafce1464ddabaae95050d66c3a75a81399"
}