-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.97 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
{
"name": "descioli-dot-com",
"version": "3.0.0",
"private": true,
"packageManager": "pnpm@9.0.0",
"type": "module",
"scripts": {
"dev": "pnpm run --reporter=append-only --reporter-hide-prefix \"/^dev:.*/\"",
"dev:content": "node ./content-watcher.js",
"dev:next": "next dev",
"build": "next build",
"start": "next start",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:eslint": "next lint",
"lint:prettier": "prettier --check .",
"format": "prettier --write ."
},
"dependencies": {
"@date-fns/utc": "^2.1.0",
"@react-three/drei": "^9.101.0",
"@react-three/fiber": "9.0.0-rc.5",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"clsx": "^2.1.1",
"color": "^4.2.3",
"d3": "^7.8.5",
"date-fns": "^4.0.0",
"framer-motion": "^12.0.1",
"gray-matter": "^4.0.3",
"immer": "^10.0.3",
"jose": "^5.2.2",
"leva": "^0.10.0",
"lodash": "^4.17.21",
"next": "15.1.6",
"next-mdx-remote": "^5.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^4.0.12",
"react-ink": "^6.5.4",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.1",
"three": "^0.162.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@next/bundle-analyzer": "^15.1.6",
"@tailwindcss/postcss": "^4.0.0",
"@types/color": "^3.0.6",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.14.202",
"@types/node": "^20.5.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/react-transition-group": "^4.4.10",
"@types/three": "^0.162.0",
"chokidar": "^3.6.0",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.6",
"eslint-config-prettier": "^10.0.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"puppeteer": "^22.3.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "5.7.3",
"ws": "^8.18.0"
}
}