-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "firebelly-client",
"homepage": ".",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@mui/styles": "^6.1.4",
"@mui/system": "^6.1.4",
"@mui/x-date-pickers": "^7.20.0",
"@redux-devtools/extension": "^3.3.0",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"query-string": "^9.1.1",
"react": "^18.2.0",
"react-barcode": "^1.4.6",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-input-mask": "^2.0.4",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"react-swipeable-views": "^0.14.0",
"recharts": "^2.13.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"socket.io-client": "^4.8.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"vite": "^5.4.9"
}
}