-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
62 lines (62 loc) · 1.7 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
{
"name": "penultimate-guitar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "prisma generate",
"migrate": "prisma migrate deploy",
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm generate"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.2.0",
"@prisma/client": "^5.22.0",
"@tanstack/react-query": "^5.62.11",
"@tombatossals/react-chords": "^0.2.10",
"@trpc/client": "11.0.0-rc.452",
"@trpc/next": "11.0.0-rc.452",
"@trpc/react-query": "11.0.0-rc.452",
"@trpc/server": "11.0.0-rc.452",
"@types/md5": "^2.3.5",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "9.15.0",
"eslint-config-next": "^15.1.3",
"jsdom": "^21.1.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"memory-cache": "^0.2.0",
"next": "^15.1.3",
"next-auth": "^4.24.11",
"next-themes": "^0.3.0",
"nprogress": "^0.2.0",
"nuqs": "^2.3.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-screen-wake-lock": "^3.0.2",
"react-string-replace": "^1.1.1",
"react-tooltip": "^5.28.0",
"typescript": "4.9.5",
"zod": "^3.24.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.13",
"@types/memory-cache": "^0.2.6",
"@types/nprogress": "^0.2.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.17"
}
}