-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.64 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.64 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
{
"name": "react-sample-browser",
"version": "12.1.12",
"private": true,
"dependencies": {
"@boldreports/react-reporting-components": "12.1.12",
"@boldreports/javascript-reporting-extensions": "12.1.12",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/user-event": "12.8.3",
"bootstrap": "5.3.3",
"create-react-class": "15.7.0",
"axios": "1.12.2",
"fs": "0.0.1-security",
"gulp": "4.0.2",
"path": "0.12.7",
"prismjs": "1.30.0",
"require-dir": "1.2.0",
"gulp4-run-sequence": "1.0.1",
"codemirror": "5.58.2",
"shelljs": "0.8.5",
"typo-js": "1.2.0",
"web-vitals": "1.1.1"
},
"homepage": "./",
"scripts": {
"start": "gulp pre-build && react-scripts --max-old-space-size=8192 start",
"build": "gulp pre-build && react-scripts --max-old-space-size=8192 build",
"test": "gulp test",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.js"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"react-scripts": "5.0.1",
"eslint": "9.19.0",
"eslint-plugin-react": "7.37.4",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.26.5",
"babel-core": "7.0.0-bridge.0"
},
"resolutions": {
"@babel/core": "7.x",
"babel-core": "7.0.0-bridge.0"
}
}