-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.61 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
{
"name": "learn-the-far",
"type": "module",
"version": "0.0.1",
"engines": {
"node": "24.x"
},
"scripts": {
"worktree:init": "npm ci",
"dev": "astro dev",
"mcp:echarts": "node node_modules/echarts-mcp/src/index.js",
"prebuild": "node scripts/gen-release-id.mjs",
"build": "astro build",
"postbuild": "node scripts/restore-release-stub.mjs",
"check:ts": "astro check --minimumSeverity warning --minimumFailingSeverity warning",
"check": "npm run check:ts",
"preview": "astro preview",
"astro": "astro",
"prepare": "if [ -z \"$CI\" ] && git rev-parse --git-dir >/dev/null 2>&1; then git config core.hooksPath .git-hooks; fi",
"check:actions": "bash scripts/check-actions.sh",
"check:release-id": "node scripts/check-release-id.mjs"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@astrojs/svelte": "^9.0.0",
"@tailwindcss/vite": "^4.3.1",
"@vercel/edge": "^1.3.1",
"astro": "^7.0.3",
"canvas-confetti": "^1.9.4",
"echarts": "^6.1.0",
"svelte": "^5.56.4",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@fontsource-variable/inter": "^5.2.8",
"@internationalized/date": "^3.12.2",
"@lucide/svelte": "^1.21.0",
"@types/canvas-confetti": "^1.9.0",
"bits-ui": "^2.18.1",
"clsx": "^2.1.1",
"echarts-mcp": "https://github.com/apache/echarts-mcp/archive/18b6aa8253231c1df9e3b5baf1991739f4bf0942.tar.gz",
"github-actionlint": "^1.7.12",
"markdownlint-cli2": "^0.22.1",
"shadcn-svelte": "^1.3.0",
"shellcheck": "^4.1.0",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tw-animate-css": "^1.4.0"
}
}