-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
79 lines (79 loc) · 2.66 KB
/
package.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "kaplay-site",
"type": "module",
"version": "1.0.0",
"scripts": {
"install": "cd kaplay && pnpm i",
"dev": "npm run doc && astro dev",
"start": "npm run doc && npm run contributors && astro dev",
"build": "npm run doc && astro check && astro build && pnpm run pagefind:build",
"preview": "astro preview",
"astro": "astro",
"doc": "node scripts/buildDoc.js",
"contributors": "node scripts/contributors.js",
"fmt": "dprint fmt",
"build:publish": "npm run build && wrangler pages deploy dist",
"cf:deploy": "npm run build && wrangler pages deploy dist",
"cf:preview": "wrangler pages dev dist",
"f:dev": "astro dev",
"f:build": "NODE_ENV=fastproduction astro build",
"pagefind:build": "pagefind --site dist"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/mdx": "^3.1.8",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@builder.io/qwik": "1.7.2",
"@fontsource-variable/fira-code": "^5.1.0",
"@fontsource-variable/fredoka": "^5.1.0",
"@fontsource-variable/outfit": "^5.1.0",
"@fontsource-variable/rubik": "^5.1.0",
"@fontsource/ibm-plex-sans": "^5.1.0",
"@fontsource/pangolin": "^5.1.0",
"@kaplayjs/crew": "^1.7.1",
"@lunariajs/core": "^0.1.1",
"@nanostores/persistent": "^0.10.2",
"@qwikdev/astro": "^0.6.3",
"@types/node": "^20.16.10",
"astro": "^4.16.7",
"astro-meta-tags": "^0.3.1",
"astro-pagefind": "^1.6.0",
"astro-robots-txt": "^1.0.0",
"github-contributors": "^0.4.1",
"hast": "^1.0.0",
"marked": "^13.0.3",
"nanostores": "^0.10.3",
"pnpm": "^9.12.0",
"rehype": "^13.0.2",
"rehype-attr": "^3.0.3",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^6.0.0",
"remark-attr": "^0.11.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@kaplayjs/dprint-config": "^1.1.0",
"@shikijs/transformers": "^1.21.0",
"@tailwindcss/typography": "^0.5.15",
"@types/hast": "^3.0.4",
"clsx": "^2.1.1",
"daisyui": "^4.12.12",
"dprint": "^0.47.2",
"dts-bundle-generator": "^9.5.1",
"pagefind": "^1.1.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"shiki": "^1.21.0",
"tailwind-merge": "^2.5.3",
"wrangler": "^3.80.0"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}