-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "crowdspace-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"checks": "tsc --noEmit",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@nextui-org/react": "^2.4.8",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.59.0",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"framer-motion": "^11.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "~6.26.2",
"redux-persist": "^6.0.0",
"socket.io-client": "^4.8.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@react-types/shared": "^3.26.0",
"@types/node": "^22.7.6",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.34",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"sass-embedded": "^1.80.4",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"vite": "^5.4.1"
}
}