-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.58 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
{
"name": "react-dnd",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build-gh": "tsc && vite build --base=/react-dnd/",
"build": "tsc && vite build",
"build-notsc": "vite build",
"preview": "vite preview",
"predeploy": "npm run build --base=/react-dnd/",
"deploy": "gh-pages -d build",
"lint": "npx eslint --ext=ts,tsx src"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/poppins": "^4.5.10",
"@fontsource/roboto": "^4.5.8",
"@hello-pangea/dnd": "^16.2.0",
"@hookform/resolvers": "~3.0.1",
"@loadable/component": "^5.15.2",
"@mui/icons-material": "^5.10.9",
"@mui/joy": "5.0.0-alpha.59",
"@mui/lab": "^5.0.0-alpha.121",
"@mui/material": "^5.10.13",
"@reduxjs/toolkit": "^1.9.2",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"axios-hooks": "^4.0.0",
"date-fns": "^2.30.0",
"formik": "^2.2.9",
"gh-pages": "^4.0.0",
"immer": "^9.0.21",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mui-image": "^1.0.7",
"object-hash": "^3.0.0",
"react": "^18.2.0",
"react-custom-scroll": "^5.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-hot-toast": "^2.4.1",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.2",
"react-tooltip": "^5.9.1",
"react-use": "^17.4.0",
"redux-persist": "^6.0.0",
"rxjs": "^7.8.0",
"sonner": "^0.1.5",
"ua-parser-js": "^1.0.35",
"urlcat": "^3.0.0",
"use-immer": "^0.9.0",
"vite-plugin-svgr": "^2.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/loadable__component": "5.13.4",
"@types/lodash": "4.14.190",
"@types/mui-image": "^1.0.1",
"@types/node": "^16.18.3",
"@types/object-hash": "^2.2.1",
"@types/react": "^18.0.37",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.0.11",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-unused-imports": "^2.0.0",
"sass": "^1.54.9",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1"
}
}