forked from IdealProject/ideal
-
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.09 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.09 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": "@keystatic/templates-astro",
"version": "0.0.19",
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^9.2.1",
"@astrojs/markdoc": "^0.8.3",
"@astrojs/react": "^3.6.3",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@justinribeiro/lite-youtube": "^1.6.0",
"@keystatic/astro": "^5.0.4",
"@keystatic/core": "^0.5.43",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^4.16.18",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.7.0",
"canvas-confetti": "^1.9.3",
"katex": "^0.16.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/katex": "^0.16.7",
"pagefind": "^1.3.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
}
}