-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.56 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "bolaov3pwa",
"homepage": ".",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"serve": "serve -s build -l 3000",
"link": "npm link ../omegafox-components/"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/styles": "^6.0.2",
"@omegafox/components": "^3.2.4",
"@reduxjs/toolkit": "^2.2.7",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.7.7",
"classnames": "^2.3.1",
"fg-loadcss": "^3.1.0",
"luxon": "^3.5.0",
"material-ui-color": "^1.2.0",
"node-sass": "^9.0.0",
"react": "18.3.1",
"react-device-detect": "^2.2.2",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-router-dom": "^6.26.2",
"react-scripts": "^5.0.0",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"sha1": "^1.1.1",
"stream": "^0.0.3",
"stream-browserify": "^3.0.0",
"typescript": "^5.6.2",
"workbox-background-sync": "^7.1.0",
"workbox-broadcast-update": "^7.1.0",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-google-analytics": "^7.1.0",
"workbox-navigation-preload": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-range-requests": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-streams": "^7.1.0"
},
"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",
"@types/fg-loadcss": "^3.1.1",
"@types/sha1": "^1.1.3",
"redux-immutable-state-invariant": "^2.1.0",
"web-vitals": "^4.2.3"
}
}