-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 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
{
"name": "joshbarr-site",
"private": true,
"description": "Personal website",
"version": "0.1.0",
"author": "Josh Barr <josh@joshbarr.com>",
"dependencies": {
"@react-three/fiber": "9.3.0",
"@react-spring/web": "10.0.2",
"change-case": "5.4.4",
"fs-extra": "^11.3.0",
"next": "15.5.3",
"gray-matter": "4.0.3",
"next-mdx-remote": "^5.0.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"three": "0.180.0",
"typescript": "^5.9.2",
"yaml": "^2.8.1"
},
"keywords": [],
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"format": "prettier --write \"src/**/*.js\""
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/react": "19.1.12",
"@types/three": "0.180.0",
"dotenv": "^8.2.0",
"prettier": "^3.6.2",
"run.env": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/joshbarr/site"
},
"bugs": {
"url": "https://github.com/joshbarr/site/issues"
},
"resolutions": {
"@types/react": "19.1.12"
}
}