-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.18 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
{
"name": "faithful-mods",
"version": "1.0.12",
"private": true,
"scripts": {
"dev": "npx cross-env NODE_ENV=development tsx watch src/server.ts",
"build": "next build",
"start": "npx cross-env NODE_ENV=production tsx ./src/server.ts",
"lint": "next lint --fix && npx stylelint \"src/**/*.{scss,css}\" --fix",
"db:migrate": "prisma migrate dev",
"db:apply": "prisma migrate deploy",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.2",
"@hookform/resolvers": "^3.9.0",
"@ltd/j-toml": "^1.38.0",
"@mantine/carousel": "^7.12.1",
"@mantine/core": "^7.12.1",
"@mantine/dates": "^7.12.1",
"@mantine/dropzone": "^7.12.1",
"@mantine/form": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/modals": "^7.12.1",
"@mantine/notifications": "^7.12.1",
"@octokit/rest": "^21.0.2",
"@types/unzipper": "^0.10.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"jszip": "^3.10.1",
"next": "^14.2.6",
"next-auth": "5.0.0-beta.18",
"next-themes": "^0.3.0",
"react": "^18",
"react-compare-slider": "^3.1.0",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-minecraft": "^1.1.0",
"react-spinners": "^0.14.1",
"sass": "^1.77.8",
"server-only": "^0.0.1",
"simple-git": "^3.25.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"unzipper": "^0.12.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@prisma/client": "^5.18.0",
"@types/node": "^22.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.6",
"eslint-plugin-custom-rules": "file:eslint-plugins",
"eslint-plugin-unused-imports": "^4.1.3",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prisma": "^5.18.0",
"prisma-json-types-generator": "^3.0.4",
"stylelint": "^16.8.2",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.5.1",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
}
}