forked from polarnl/PolarLearn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.14 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.14 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "polarlearn",
"version": "v0-PRERELEASE-14",
"description": "PolarLearn is de gratis en Open-Source leerprogramma, gemaakt voor, en door studenten.",
"private": false,
"scripts": {
"dev": "NEXT_PUBLIC_GITINF=$(git rev-parse --short HEAD)@$(git rev-parse --abbrev-ref HEAD) NODE_ENV=development tsx src/main.ts --turbo",
"build": "NEXT_PUBLIC_GITINF=$(git rev-parse --short HEAD)@$(git rev-parse --abbrev-ref HEAD) rm -rf .next/; next build --webpack",
"build:turbo": "NEXT_PUBLIC_GITINF=$(git rev-parse --short HEAD)@$(git rev-parse --abbrev-ref HEAD) rm -rf .next/; next build --turbopack",
"start": "NODE_ENV=production tsx src/main.ts",
"postinstall": "prisma generate",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.918.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hono/node-server": "^1.19.5",
"@hono/node-ws": "^1.2.0",
"@hookform/resolvers": "^5.2.2",
"@next/third-parties": "16.0.0",
"@prisma/client": "^6.18.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@sentry/nextjs": "^9.46.0",
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/typography": "^0.5.19",
"@types/d3": "^7.4.3",
"@types/disposable-email": "^0.2.2",
"@types/figlet": "^1.7.0",
"@types/http-proxy": "^1.17.17",
"@types/nodemailer": "^6.4.21",
"@types/ws": "^8.18.1",
"@vermaysha/discord-webhook": "^1.4.0",
"argon2": "^0.43.1",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3": "^7.9.0",
"date-fns": "^2.30.0",
"disposable-email": "^0.2.3",
"figlet": "^1.9.3",
"google-translate-api-x": "^10.7.2",
"gradient-string": "^3.0.0",
"hono": "^4.10.3",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^3.0.5",
"import-in-the-middle": "^1.15.0",
"jdenticon": "^3.3.0",
"jose": "^6.1.0",
"kafkajs": "^2.2.4",
"lottie-react": "^2.4.1",
"lucide-react": "^0.524.0",
"motion": "^12.23.24",
"next": "16.0.7",
"next-themes": "^0.4.6",
"nextstepjs": "^2.1.2",
"nodemailer": "^7.0.10",
"react": "19.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "19.2.0",
"react-hook-form": "^7.65.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^10.1.0",
"react-scroll-motion": "^0.3.5",
"react-toastify": "^11.0.5",
"rehype-highlight": "^7.0.2",
"rehype-sanitize": "^6.0.0",
"remark-emoji": "^5.0.2",
"remark-gfm": "^4.0.1",
"require-in-the-middle": "^7.5.2",
"sharp": "^0.34.4",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.20.6",
"uuid": "^11.1.0",
"virtua": "^0.41.5",
"ws": "^8.18.3",
"zod": "^3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.38.0",
"@types/node": "^24.9.1",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.38.0",
"eslint-config-next": "16.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^6.1.1",
"globals": "^16.4.0",
"postcss": "^8.5.6",
"prisma": "^6.18.0",
"tailwindcss": "^4.1.16",
"tsup": "^8.5.0",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}
}