forked from northsoundbikes/nsba-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 954 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 954 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
{
"name": "nsba-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.12.9",
"@astrojs/mdx": "^4.0.8",
"@astrojs/netlify": "^6.1.0",
"@astrojs/react": "^4.2.0",
"@astrojs/svelte": "^7.0.4",
"@keystatic/astro": "^5.0.4",
"@keystatic/core": "^0.5.43",
"@observablehq/plot": "^0.6.16",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/vite": "^4.0.3",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.2.5",
"astro-seo": "^0.8.4",
"ics": "^3.8.1",
"postcss": "^8.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^5.19.7",
"tailwindcss": "^4.0.3",
"topojson-client": "^3.1.0",
"typescript": "^5.7.3"
}
}