forked from ziarausx/react-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 2.94 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "react-scripts-dependencies-upgraded",
"version": "1.6.2",
"description": "React-scripts with all dependencies upgraded.",
"repository": {
"type": "git",
"url": "https://github.com/ziarausx/react-scripts"
},
"bugs": {
"url": "https://github.com/ziarausx/react-scripts/issues"
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"bin",
"config",
"lib",
"scripts"
],
"bin": {
"react-scripts": "./bin/react-scripts.js"
},
"types": "./lib/react-app.d.ts",
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@babel/preset-env": "^7.23.9",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.3.106",
"@swc/jest": "^0.2.31",
"babel-loader": "^9.1.3",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-react-app": "^10.0.1",
"bfj": "^8.0.0",
"browserslist": "^4.22.2",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"compression-webpack-plugin": "^11.0.0",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"dotenv": "^16.4.1",
"dotenv-expand": "^10.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^11.2.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.7.7",
"postcss": "^8.4.33",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.0.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.3.0",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.0",
"resolve": "^1.22.8",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^14.0.0",
"semver": "^7.5.4",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"uuid": "^9.0.1",
"webpack": "^5.90.0",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^5.0.0",
"workbox-webpack-plugin": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "17.0.0 || ^18.0.0"
},
"resolutions": {
"fork-ts-checker-webpack-plugin": "9.0.2"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"peerDependencies": {
"react": "^18",
"typescript": "^5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"browserslist": {
"production": [
">0.2%",
"not dead"
],
"development": [
"last 2 major versions",
"not dead"
]
}
}