-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
{
"name": "skyscraper",
"description": "Skyscraper is an engaging puzzle game that challenges players to build towering skyscrapers while solving intricate puzzles.",
"keywords": [
"skyscraper",
"puzzle game",
"strategy",
"tower building",
"leaderboard",
"achievements",
"badges",
"user profiles"
],
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"vercel-build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"chart.js": "^4.4.0",
"chartjs-adapter-moment": "^1.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.4.19",
"next-auth": "^4.20.1",
"postcss": "8.4.28",
"react": "18.2.0",
"react-chrono": "^2.2.4",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5",
"tailwindcss": "3.3.3",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/lodash": "^4.14.197",
"prisma": "^4.11.0",
"@types/node": "20.5.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-transition-group": "^4.4.6",
"typescript": "5.1.6",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19"
}
}