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
|
{
"name": "sensible-scholars-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@headlessui/react": "^2.2.8",
"@heroicons/react": "^2.2.0",
"@react-three/fiber": "^9.3.0",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"@types/nodemailer": "^7.0.1",
"@types/three": "^0.180.0",
"clsx": "^2.1.1",
"dotted-map": "^2.2.3",
"motion": "^12.23.16",
"next": "^15.5.9",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}
|