-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.95 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
{
"name": "checkit",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^5.4.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@react-three/drei": "^9.84.2",
"@stomp/stompjs": "^7.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/base-64": "^1.0.2",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.14",
"@types/react-swipeable-views": "^0.13.1",
"@types/swiper": "^6.0.0",
"@types/three": "^0.156.0",
"axios": "^1.3.5",
"base-64": "^1.0.0",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^2.30.0",
"framer-motion": "^11.11.1",
"install": "^0.13.0",
"lottie-react": "^2.4.0",
"node": "^19.8.1",
"node-sass": "^8.0.0",
"npm": "^10.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.4.0",
"react-multi-carousel": "^2.8.4",
"react-query": "^3.39.3",
"react-router-dom": "^6.9.0",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"react-spinners": "^0.14.1",
"react-three-fiber": "^6.0.13",
"react-toastify": "^9.1.3",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.7",
"sweetalert2": "^11.10.0",
"swiper": "^10.2.0",
"three": "^0.156.1",
"vite-plugin-svgr": "^4.2.0",
"web-vitals": "^2.1.4",
"websocket": "^1.0.34"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"daisyui": "^4.12.10",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}