-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 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
{
"name": "tictactoe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "^18.18.0"
},
"proxy": "https://firestore.googleapis.com",
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@firebase/database": "^1.0.7",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.4",
"@reduxjs/toolkit": "^2.5.1",
"@tanstack/react-query": "4",
"@tippyjs/react": "^4.2.6",
"@types/howler": "^2.2.12",
"@types/react-lottie": "^1.2.10",
"@types/react-redux": "^7.1.34",
"@types/redux": "^3.6.0",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"emoji-picker-react": "^4.12.0",
"firebase": "^10.12.5",
"framer-motion": "^11.3.19",
"lucide-react": "^0.416.0",
"next": "15.1.6",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^8.1.0",
"rc-tooltip": "^6.4.0",
"react": "latest",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-confetti": "^6.2.2",
"react-dom": "latest",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-redux": "^9.2.0",
"react-use": "^17.6.0",
"redux": "^5.0.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"use-sound": "^4.0.3"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/node": "^20",
"@types/prop-types": "^15.7.14",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "latest",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.5.4"
}
}