-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 936 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 936 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": "keystatic-deploy-test",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/m4rrc0/keystatic-deploy-test.git"
},
"dependencies": {
"@astrojs/cloudflare": "^12.2.4",
"@astrojs/markdoc": "^0.12.9",
"@astrojs/netlify": "^6.2.3",
"@astrojs/react": "^4.2.0",
"@astrojs/vercel": "^8.1.2",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.46",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.2.5",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"dotenv": "^16.4.7",
"netlify-cli": "^19.0.2",
"vercel": "^41.4.1",
"wrangler": "^4.0.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-secret": "node generate-keystatic-secret.js"
}
}