-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 999 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 999 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
33
34
35
36
37
38
{
"name": "brooke-hatton-blog",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.15",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@react-three/rapier": "^2.2.0",
"astro": "^5.16.11",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"three": "^0.182.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/html-to-text": "^9.0.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.0.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"html-to-text": "^9.0.5",
"markdown-it": "^14.1.0",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1"
}
}