-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.61 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
{
"name": "auto-theorie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed:lessons": "node scripts/seed-lessons.js",
"seed:traffic-signs": "node scripts/seed-traffic-signs.js",
"seed:exams": "node scripts/seed-exams.js"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.1.0",
"@next/third-parties": "^16.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@stripe/react-stripe-js": "^5.6.0",
"@stripe/stripe-js": "^8.7.0",
"@tailwindcss/typography": "^0.5.16",
"cheerio": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"embla-carousel-react": "^8.6.0",
"html-react-parser": "^5.2.5",
"lenis": "^1.3.17",
"lucide-react": "^0.525.0",
"mongodb": "^6.12.0",
"mongoose": "^8.16.2",
"next": "15.3.8",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"nodemailer": "^8.0.1",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.4",
"stripe": "^16.12.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/jsdom": "^27.0.0",
"@types/node": "^20",
"@types/nodemailer": "^7.0.9",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.15.0",
"eslint-config-next": "15.3.8",
"jsdom": "^28.1.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.5",
"typescript": "^5"
}
}