-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 966 Bytes
/
package.json
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
{
"name": "steadfast-spectrum",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"build:node": "astro build --target=node",
"preview:node": "astro preview --target=node"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^6.0.0",
"@astrojs/node": "^9.0.0",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.2",
"@nanostores/react": "^0.8.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@volpe/astro-utils": "^0.0.24",
"@volpe/react-utils": "0.0.19",
"@volpe/utils": "0.0.45",
"astro": "^5.0.0-beta.5",
"axios": "^1.7.7",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}