-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.98 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint vite-project --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@mui/x-date-pickers": "^6.19.3",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.18.0",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.14.202",
"@types/react-js-pagination": "^3.0.7",
"@types/react-modal": "^3.16.3",
"axios": "^1.6.7",
"dompurify": "^3.0.8",
"framer-motion": "^11.0.3",
"lodash": "^4.17.21",
"material-react-table": "^2.10.0",
"nanoid": "^5.0.4",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.5.3",
"react-js-pagination": "^3.0.3",
"react-masonry-css": "^1.0.16",
"react-modal": "^3.16.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.21.3",
"react-select": "^5.8.0",
"react-spinners": "^0.13.8",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}