-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "bryanward.dev",
"type": "module",
"version": "0.0.1",
"description": "Personal website for Bryan Ward — CS student and developer",
"scripts": {
"dev": "astro dev --host",
"dev:host": "astro dev --host",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src/",
"format": "prettier --write src/"
},
"dependencies": {
"@astrojs/mdx": "^4.2.5",
"@astrojs/react": "^5.0.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.3.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"astro": "^5.15.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"three": "^0.184.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.7.0",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"typescript": "^5.9.3"
}
}