-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.15 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.15 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "nblog",
"version": "0.0.1",
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "^4.0.6",
"@astrojs/react": "^4.1.5",
"@cloudflare/privacypass-ts": "^0.6.0",
"@kindspells/astro-shield": "^1.7.1",
"@noble/curves": "^1.9.2",
"@shikijs/rehype": "^1.23.0",
"@shikijs/transformers": "^1.23.0",
"@tailwindcss/oxide-linux-x64-gnu": "^0.0.0-insiders.8fb9ae8f",
"@tailwindcss/postcss": "^4.0.0-beta.2",
"@tailwindcss/vite": "^4.0.0-beta.1",
"@tweenjs/tween.js": "^25.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"argon2-browser": "^1.18.0",
"astro": "^5.1.7",
"clsx": "^2.1.1",
"gl-matrix": "^3.4.3",
"hast-util-from-html": "^2.0.3",
"hls.js": "^1.5.20",
"nanostores": "^0.11.3",
"phoenix": "^1.7.19",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-sectionize": "^2.1.0",
"shaku-code-annotate-shiki-transformer": "^0.2.4",
"tailwindcss": "^4.0.0-beta.2",
"three": "^0.176.0",
"typescript": "^5.6.3",
"typeset": "^0.3.4",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1"
},
"overrides": {
"@kindspells/astro-shield": {
"astro": "^5.1.7"
}
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"limit": "npm run build && size-limit"
},
"size-limit": [
{
"path": "dist/*/**.js"
}
],
"type": "module",
"devDependencies": {
"@size-limit/file": "^11.1.6",
"@size-limit/preset-app": "^11.1.6",
"@tailwindcss/typography": "^0.5.15",
"@unocss/preset-wind": "^0.64.1",
"astro-rename": "^1.1.2",
"cssnano": "^7.0.6",
"lightningcss": "^1.28.2",
"postcss-rename": "^0.6.1",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"shiki": "1.23.0",
"size-limit": "^11.1.6",
"unist-util-map": "4.0.0",
"unocss": "^0.64.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-optimize-css-modules": "^1.1.0"
}
}