-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.53 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "chesstraining-app",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"format": "prettier --log-level warn --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.8.2",
"@frigade/react": "^2.5.25",
"@kinde-oss/kinde-auth-nextjs": "^2.3.11",
"@mliebelt/pgn-parser": "^1.4.15",
"@prisma/client": "^5.20.0",
"@prismicio/client": "^7.11.0",
"@prismicio/next": "^1.7.0",
"@prismicio/react": "^2.9.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.1",
"@sentry/nextjs": "^8.34.0",
"@sentry/react": "^8.34.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tippyjs/react": "^4.2.6",
"@uidotdev/usehooks": "^2.4.1",
"chess.js": "^1.0.0-beta.8",
"javascript-time-ago": "^2.5.11",
"next": "^14.2.15",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"posthog-js": "^1.167.1",
"posthog-node": "^4.2.1",
"react": "^18.3.1",
"react-chessboard": "^4.7.2",
"react-dom": "^18.3.1",
"react-quill": "^2.0.0",
"react-select": "^5.8.1",
"react-time-ago": "^7.3.3",
"react-toggle": "^4.1.3",
"stripe": "^17.2.0",
"use-sound": "^4.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.15",
"@slicemachine/adapter-next": "^0.3.51",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.5",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-toggle": "^4.0.5",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.20.0",
"slice-machine-ui": "^2.8.1",
"tailwindcss": "^3.4.13",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0"
},
"ct3aMetadata": {
"initVersion": "7.24.0"
},
"packageManager": "npm@10.9.0",
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}