-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "john.design",
"version": "0.1.5",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--no-deprecation' next dev --port 2424",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"precommit": "pnpm lint && pnpm typecheck"
},
"dependencies": {
"@muybuen/type": "^1.1.6",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"html-react-parser": "^3.0.4",
"motion": "^12.12.1",
"next": "^16.1.5",
"next-plausible": "^3.12.4",
"perfect-freehand": "^1.2.0",
"postprocessing": "^6.34.1",
"r3f-perf": "^6.6.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"rss-parser": "^3.13.0",
"three": "^0.159.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/three": "^0.146.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"autoprefixer": "^10.4.20",
"@eslint/eslintrc": "^3.3.1",
"eslint": "^9",
"eslint-config-next": "^16.1.5",
"postcss": "^8.4.18",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.15"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
},
"peerDependencyRules": {
"allowedVersions": {
"react": "19",
"react-dom": "19",
"next": "16",
"@react-three/fiber": "9"
},
"ignoreMissing": [
"react-composer",
"@react-spring/animated",
"@react-spring/shared",
"@react-spring/core",
"@react-spring/three",
"react-reconciler"
]
}
}
}