-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
61 lines (61 loc) · 1.55 KB
/
package.json
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
{
"name": "react-sample-browser",
"version": "6.3.16",
"private": true,
"dependencies": {
"@boldreports/react-reporting-components": "6.3.16",
"@boldreports/javascript-reporting-extensions": "6.3.16",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"bootstrap": "^4.6.0",
"create-react-class": "^15.7.0",
"axios": "1.7.7",
"fs": "0.0.1-security",
"gulp": "4.0.2",
"path": "^0.12.7",
"prismjs": "^1.23.0",
"require-dir": "^1.2.0",
"gulp4-run-sequence": "1.0.1",
"codemirror": "5.58.2",
"shelljs": "^0.8.4",
"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",
"react-app/jest",
"eslint:recommended",
"plugin:react/recommended"
]
},
"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": "4.0.3",
"eslint": "^7.27.0",
"eslint-plugin-react": "^7.23.2"
}
}