forked from unionlabs/union
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.84 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
80
81
82
83
84
85
86
87
88
89
90
{
"name": "site",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "NODE_ENV='development' astro dev",
"start": "astro dev",
"build": "astro build",
"astro": "astro",
"check": "astro check",
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.0.0-beta.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^5.7.3",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@contentful/live-preview": "^4.5.14",
"@contentful/rich-text-html-renderer": "^17.0.0",
"@contentful/rich-text-links": "^17.0.0",
"@contentful/rich-text-types": "^17.0.0",
"@splinetool/runtime": "^1.9.39",
"@splinetool/viewer": "^1.9.39",
"astro": "^5.0.0-beta.7",
"astro-capo": "^0.0.1",
"astro-font": "^0.1.81",
"astro-seo": "^0.8.4",
"contentful": "^11.2.1",
"echarts": "^5.5.1",
"gl-matrix": "^3.4.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-math": "^6.0.0",
"remark-smartypants": "^3.0.2",
"remark-toc": "^9.0.0",
"shiki": "^1.22.2",
"slugify": "^1.6.6",
"smartypants": "^0.2.2",
"svelte": "^5.1.16"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/language-server": "^2.15.4",
"@astrojs/ts-plugin": "^1.10.4",
"@iconify-json/fa6-brands": "^1.2.1",
"@iconify-json/fa6-solid": "^1.2.1",
"@iconify-json/line-md": "^1.2.2",
"@types/gl-matrix": "^3.2.0",
"@types/webgl2": "^0.0.11",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/lucide": "^1.2.14",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/tabler": "^1.2.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.1.13",
"@types/node": "^22.9.0",
"@types/postcss-import": "^14.0.3",
"astro-icon": "^1.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "1.0.7",
"ts-dedent": "^2.2.0",
"typed-query-selector": "^2.12.0",
"typescript": "^5.6.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.11"
},
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"side-channel": "npm:@nolyfill/side-channel@^1",
"json-stable-stringify": "npm:@nolyfill/json-stable-stringify@^1",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1"
}
}