-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.41 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.41 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
{
"name": "aplicacao_react",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --runInBand"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@jridgewell/sourcemap-codec": "^1.4.14",
"@rollup/plugin-terser": "^0.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/lodash": "^4.17.6",
"@types/node": "^17.0.45",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"axios": "^1.2.2",
"http-status-codes": "^2.2.0",
"jotai": "^2.6.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-barcode": "^1.4.6",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.2",
"react-scripts": "^5.0.1",
"redux-persist": "^6.0.0",
"styled-components": "^6.1.0",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4"
},
"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": {
"@types/jest": "^29.5.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
}
}