97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"name": "ksv741-react-scripts",
|
|
"version": "0.1.0",
|
|
"description": "Webpack configuration for easy creating React applications",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"source": "./src/webpack/index.ts",
|
|
"scripts": {
|
|
"prepare": "rm -rf dist && tsc && tsc-alias",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint --ignore-pattern node_modules --color src"
|
|
},
|
|
"bin": {
|
|
"ksv741-react-scripts": "./bin/scripts.js"
|
|
},
|
|
"engines": {
|
|
"node": ">16"
|
|
},
|
|
"files": [
|
|
"./dist",
|
|
"./bin",
|
|
"global.d.ts"
|
|
],
|
|
"keywords": [
|
|
"webpack",
|
|
"esbuild",
|
|
"swc",
|
|
"bundle",
|
|
"development",
|
|
"typescript",
|
|
"react",
|
|
"babel"
|
|
],
|
|
"author": "Sergey <ksv741@gmail.com> Krylov",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/core": "7.24.0",
|
|
"@babel/preset-env": "7.24.0",
|
|
"@babel/preset-react": "7.23.3",
|
|
"@babel/preset-typescript": "7.23.3",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
|
|
"@svgr/webpack": "8.1.0",
|
|
"@swc/core": "1.4.0",
|
|
"@types/node": "20.11.17",
|
|
"@types/react": "18.2.55",
|
|
"@types/react-dom": "18.2.19",
|
|
"@types/react-router-dom": "5.3.3",
|
|
"@types/sass-loader": "8.0.8",
|
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
"@types/webpack-dev-server": "4.7.2",
|
|
"babel-loader": "9.1.3",
|
|
"copy-webpack-plugin": "12.0.2",
|
|
"cross-spawn": "7.0.3",
|
|
"css-loader": "6.10.0",
|
|
"css-minimizer-webpack-plugin": "6.0.0",
|
|
"esbuild-loader": "4.0.3",
|
|
"eslint-webpack-plugin": "4.0.1",
|
|
"fork-ts-checker-webpack-plugin": "9.0.2",
|
|
"html-webpack-plugin": "5.6.0",
|
|
"mini-css-extract-plugin": "2.8.0",
|
|
"postcss": "8.4.35",
|
|
"postcss-loader": "8.1.0",
|
|
"postcss-preset-env": "9.3.0",
|
|
"react-refresh": "0.14.0",
|
|
"sass": "1.70.0",
|
|
"sass-loader": "14.1.0",
|
|
"style-loader": "3.3.4",
|
|
"swc-loader": "0.2.6",
|
|
"terser-webpack-plugin": "5.3.10",
|
|
"ts-loader": "9.5.1",
|
|
"ts-node": "10.9.2",
|
|
"tsc-alias": "1.8.8",
|
|
"tsconfig-paths-webpack-plugin": "4.1.0",
|
|
"typescript": "5.3.3",
|
|
"webpack": "5.90.1",
|
|
"webpack-bundle-analyzer": "4.10.1",
|
|
"webpack-cli": "5.1.4",
|
|
"webpack-dev-server": "5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.57.0",
|
|
"eslint-config-ksv741": "0.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">8.0.0",
|
|
"typescript": "^3.6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
},
|
|
"eslint": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|