-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "pong",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen-api": "tsx ./scripts/routesGenerator.ts && npx prettier ./src/app/api/regions -w"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@tremor/react": "^3.2.0",
"@types/node": "^20.3.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"@vercel/edge": "^0.3.4",
"@zolplay/react": "^0.5.1",
"@zolplay/utils": "^1.3.4",
"autoprefixer": "^10.4.14",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.6",
"framer-motion": "^10.12.16",
"jose": "^4.14.4",
"next": "^13.4.6",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^0.4.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3",
"ufo": "^1.1.2"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.1.3",
"@types/fs-extra": "^11.0.1",
"@zolplay/eslint-config": "^1.0.13",
"@zolplay/prettier-config": "^1.0.13",
"fs-extra": "^11.1.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tsx": "^3.12.7"
},
"prettier": "@zolplay/prettier-config"
}