-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.52 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.52 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
{
"name": "postbox",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.22.9",
"@babel/plugin-syntax-flow": "7.14.5",
"@babel/plugin-transform-react-jsx": "7.14.9",
"@testing-library/dom": "7.21.4",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "26.0.24",
"@types/lodash": "4.14.195",
"@types/node": "12.20.55",
"@types/react": "16.14.60",
"@types/react-dom": "16.9.24",
"@types/react-redux": "7.1.20",
"@types/react-router-dom": "^5.3.2",
"@types/react-test-renderer": "16.9.12",
"antd": "4.24.16",
"lodash": "^4.17.21",
"puppeteer": "^22.13.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.0",
"react-test-renderer": "17.0.2",
"redux": "4.2.1",
"redux-saga": "1.2.2",
"typescript": "4.7.4",
"web-vitals": "^0.2.4",
"workbox-core": "^7.1.0",
"yield": "^0.0.6-8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}