-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.68 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
{
"name": "home-automation-ui-react",
"version": "1.0.4",
"private": true,
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"@csstools/normalize.css": "csstools/normalize.css",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdi/font": "^7.2.96",
"@mui/material": "^5.12.1",
"@mui/styles": "^5.12.0",
"@types/react-redux": "^7.1.25",
"bootstrap": "^5.2.3",
"braces": ">=3.0.2",
"connected-react-router": "^6.9.3",
"handlebars": ">=4.7.7",
"history": "4.10.1",
"http-proxy": ">=1.18.1",
"jquery": ">=3.6.3",
"json5": "^2.2.3",
"loader-utils": "^3.2.1",
"macaddress": ">=0.5.3",
"minimatch": "^9.0.0",
"nth-check": "^2.1.1",
"popper.js": "^1.16.1",
"postcss-normalize": "^10.0.1",
"react": "^18.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-bootstrap": "^2.7.0",
"react-dom": "18.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.2",
"react-spinkit": "^3.0.0",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"serialize-javascript": "^6.0.1",
"yargs-parser": ">=21.1.1",
"yarn": "^1.22.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://192.168.0.7:8080",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.20.5",
"prettier": "3.1.1",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"redux": "^4.2.1"
},
"resolutions": {
"sanitize.css": "12.0.1"
},
"browserslist": [
">0.5%",
"not dead",
"not op_mini all"
]
}