-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.07 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "zeno-dcim-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.8.5",
"@mui/icons-material": "^5.2.0",
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.13",
"@mui/x-date-pickers": "^5.0.0-beta.5",
"@reduxjs/toolkit": "^1.8.6",
"@straw-hat/react-fullscreen": "^3.0.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^18.0.8",
"apexcharts": "^3.36.3",
"date-fns": "^2.27.0",
"date-fns-tz": "^1.3.6",
"formik": "^2.2.9",
"i18next": "^21.5.4",
"mqtt-react-hooks": "^3.0.0-alpha.2",
"mui-modal-provider": "^2.0.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-flow-renderer": "^9.7.3",
"react-hook-form": "^7.21.0",
"react-i18next": "^11.14.3",
"react-number-format": "^4.9.0",
"react-redux": "^8.0.4",
"react-router-dom": "^6.0.2",
"react-scripts": "5.0.0",
"react-signalr": "^0.2.14",
"typescript": "^4.1.2",
"use-modal-hook": "^1.0.19",
"use-react-router-breadcrumbs": "^4.0.1",
"web-vitals": "^1.0.1",
"xlsx": "^0.17.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-interactions": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/node-logger": "^6.5.14",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.13",
"@types/react-csv": "^1.1.3",
"assert": "^2.0.0",
"babel-plugin-named-exports-order": "^0.0.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"webpack": "^5.75.0"
}
}