forked from anthrotech-dev/anthrotech-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 704 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "anthrotech-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"prebuild": "pip install -r ./scripts/requirements.txt && python ./scripts/gen_memberlist.py",
"build": "pnpm prebuild && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@types/react": "^19.2.2",
"astro": "^5.9.2",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
"devDependencies": {
"@astrojs/react": "^4.4.2"
}
}