-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 754 Bytes
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
{
"private": true,
"name": "unofficial-tsl-docs",
"scripts": {
"dev": "renoun next --turbopack",
"build": "renoun next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "3.1.1",
"@mdx-js/react": "3.1.1",
"@next/mdx": "16.2.1",
"@renoun/mdx": "3.8.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vercel/analytics": "^2.0.1",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"renoun": "11.7.0",
"restyle": "^3.4.2",
"surmiser": "^0.1.0",
"three": "^0.185.0",
"tm-themes": "1.12.2",
"ts-morph": "27.0.2"
},
"devDependencies": {
"@types/node": "25.5.0",
"@types/three": "^0.183.1",
"typescript": "^6.0.2"
}
}