-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 974 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 974 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
{
"name": "spider",
"version": "0.5.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"functions:build": "netlify functions:build",
"functions:create": "netlify functions:create",
"functions:invoke": "netlify functions:invoke",
"functions:list": "netlify functions:list",
"functions:serve": "netlify functions:serve"
},
"dependencies": {
"@astrojs/netlify": "^7.0.2",
"@astrojs/react": "^5.0.0",
"@jocmp/mercury-parser": "^3.0.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^6.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.2.1",
"theme-change": "^2.2.0"
},
"devDependencies": {
"daisyui": "^5.5.19",
"netlify-cli": "^24.0.1",
"qrcode": "^1.5.1"
}
}