-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "datanova-template",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"deploy": "astro build && gh-pages -d dist --dotfiles",
"db:push": "drizzle-kit push",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"preview": "astro preview",
"astro": "astro"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@keystatic/astro>astro": "7"
}
}
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/markdoc": "^2.0.3",
"@astrojs/react": "6.0.1",
"@astrojs/svelte": "^9.0.1",
"@astrojs/vercel": "11.0.3",
"@keystatic/astro": "^5.2.0",
"@keystatic/core": "^0.5.51",
"@libsql/client": "^0.17.4",
"@tailwindcss/vite": "^4.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^7.0.9",
"astro-font": "^1.1.0",
"astro-seo": "^1.1.0",
"astro-seo-schema": "^7.0.0",
"drizzle-orm": "^0.45.2",
"mdast-util-to-string": "^4.0.0",
"preline": "^4.2.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"reading-time": "^1.5.0",
"schema-dts": "^1.1.5",
"sharp": "^0.35.3",
"svelte": "^5.56.5",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"tslib": "^2.8.1",
"typescript": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.20",
"drizzle-kit": "^0.31.10",
"gh-pages": "^6.3.0",
"mdast-util-from-markdown": "^2.0.3",
"prettier": "^3.9.5",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0"
}
}