-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.99 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": "^[email protected]",
"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": {
"@react-three/drei": "^9.101.0",
"@react-three/fiber": "^8.15.19",
"@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": "^2.30.0",
"date-fns-tz": "^2.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"framer-motion": "^10.0.0",
"gray-matter": "^4.0.3",
"immer": "^10.0.3",
"jose": "^5.2.2",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"next": "14.2.15",
"next-mdx-remote": "^4.4.1",
"postcss": "^8.4.35",
"react": "18.2.0",
"react-children-utilities": "^2.10.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"react-ink": "^6.5.4",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.1",
"remark-gfm": "^3.0.0",
"tailwindcss": "^3.4.1",
"three": "^0.162.0",
"typescript": "5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@next/bundle-analyzer": "^14.1.0",
"@types/color": "^3.0.6",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.14.202",
"@types/node": "^20.5.7",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react-transition-group": "^4.4.10",
"@types/three": "^0.162.0",
"autoprefixer": "10.4.15",
"chokidar": "^3.6.0",
"eslint-config-next": "^14.1.2",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"puppeteer": "^22.3.0",
"ws": "^8.18.0"
}
}