-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 913 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 913 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
{
"name": "v1",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdoc": "^0.12.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",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.42",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"devDependencies": {
"gh-pages": "^6.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"vite-plugin-inspect": "^0.10.3"
}
}