-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 883 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": "astro-netlify-platform-starter",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^5.2.0",
"@astrojs/react": "^3.3.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.18",
"@netlify/blobs": "^8.0.1",
"@netlify/functions": "^2.8.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"astro": "^4.16.10",
"blobshape": "^1.0.0",
"marked": "^14.0.0",
"marked-shiki": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@types/blobshape": "^1.0.3",
"@types/node": "^20.12.7",
"daisyui": "^4.10.2"
}
}