-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.52 KB
/
package.json
File metadata and controls
58 lines (58 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
{
"name": "delivery-dashboard",
"version": "0.1.0",
"homepage": "./",
"private": false,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.11",
"@mui/x-charts": "^7.28.0",
"@mui/x-data-grid": "^7.23.6",
"@mui/x-date-pickers": "^7.29.0",
"@uiw/codemirror-extensions-langs": "^4.25.2",
"@uiw/codemirror-theme-bbedit": "^4.25.3",
"@uiw/codemirror-theme-vscode": "^4.25.2",
"@uiw/react-codemirror": "^4.23.10",
"js-yaml": "^4.1.1",
"luxon": "^3.7.2",
"notistack": "^3.0.2",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-router": "^7.9.5",
"react-router-dom": "^7.13.0",
"react-scripts": "5.0.1",
"react-snowfall": "^2.4.0",
"search-query-parser": "^1.6.0",
"semver": "^7.7.3",
"url-join": "^5.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^9.39.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-security": "^3.0.1",
"globals": "^16.5.0"
}
}