-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) Β· 1.74 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
{
"name": "clash-of-clans-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"server": "node api/index.js"
},
"dependencies": {
"@formkit/auto-animate": "^0.7.0",
"@nextui-org/react": "^1.0.0-beta.13",
"@stitches/react": "^1.2.8",
"@theme-toggles/react": "^4.1.0",
"@vercel/speed-insights": "^1.0.1",
"appwrite": "^11.0.0",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"concurrently": "^8.2.0",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"eslint": "^8.43.0",
"eslint-config-next": "^0.2.4",
"express": "^4.18.2",
"firebase": "^10.1.0",
"framer-motion": "^10.15.0",
"hamburger-react": "^2.5.0",
"keen-slider": "^6.8.6",
"next": "^13.5.6",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"node-appwrite": "^9.0.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.5",
"react-countup": "^6.3.2",
"react-dom": "^18.2.0",
"react-iconly": "^2.2.10",
"react-icons": "^4.11.0",
"react-ssr-prepass": "^1.5.0",
"react-tilt": "^1.0.2",
"react-toastify": "^9.1.3",
"react-toggle-dark-mode": "^1.1.1",
"react-twitter-widgets": "^1.11.0",
"recoil": "^0.7.7",
"sharp": "^0.32.2",
"swiper": "^10.0.4",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "3.3.2",
"clashofclans.js": "^3.2.0",
"dotenv": "^16.3.1",
"handlebars": "^4.7.8",
"jsonwebtoken": "^9.0.2",
"websocket": "^1.0.34"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4"
}
}