-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
38
39
40
41
{
"name": "v3",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "npm run build && gh-pages -d dist",
"deploy1": "astro build && gh-pages -d dist",
"deploy_new": "npm run build && gh-pages -d dist/client -b gh-pages-client && gh-pages -d dist/server -b gh-pages-server"
},
"dependencies": {
"@astrojs/markdoc": "^0.12.1",
"@astrojs/mdx": "^4.0.1",
"@astrojs/node": "^9.0.0",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^4.0.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.0",
"@iconify-json/lucide": "^1.2.17",
"@iconify-json/ph": "^1.2.1",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.42",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"aos": "^2.3.4",
"astro": "^5.0.3",
"astro-icon": "^1.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"gh-pages": "^6.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"vite-plugin-inspect": "^0.10.3"
}
}