-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 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
{
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"deploy": "vercel --prod",
"analyze": "$env:ANALYZE=\"true\"; npm run build"
},
"dependencies": {
"@react-three/drei": "^9.111.3",
"@react-three/fiber": "^8.17.6",
"@react-three/postprocessing": "^2.19.1",
"@types/three": "^0.167.2",
"@vercel/analytics": "^1.4.1",
"date-fns": "^2.29.3",
"feed": "^4.2.2",
"framer-motion": "^11.11.17",
"gray-matter": "^4.0.3",
"marked": "^16.3.0",
"next": "^16.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.13.1",
"react-responsive-carousel": "^3.2.23",
"sanitize-html": "^2.17.0",
"three": "^0.167.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.4.4",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "22.9.1",
"@types/react-dom": "^18.3.1",
"@types/sanitize-html": "^2.16.0",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.50.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"source-map-loader": "^5.0.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}