-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.54 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
{
"name": "display-test-app",
"version": "1.0.0",
"private": true,
"homepage": "https://display-test.app",
"dependencies": {
"@reduxjs/toolkit": "^2.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.22.0",
"react-scripts": "^5.0.1",
"styled-components": "^6.1.14"
},
"scripts": {
"start": "react-scripts start",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.{js,jsx}",
"lint:fix": "eslint src/**/*.{js,jsx} --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"overrides": {
"form-data": "^3.0.4",
"nth-check": "^2.0.1",
"webpack-dev-server": "^4.15.2",
"http-proxy-middleware": "^2.0.9",
"postcss": "^8.4.31",
"brace-expansion": "^2.0.1",
"@babel/traverse": "^7.23.2",
"@babel/helpers": "^7.26.10",
"@babel/runtime": "^7.26.10",
"svgo": "^3.0.2",
"resolve-url-loader": "^5.0.0",
"glob": "^11.0.0",
"js-yaml": "^4.1.1",
"node-forge": "^1.3.2",
"on-headers": "^1.1.0"
}
}