-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.9 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
{
"name": "www",
"type": "module",
"private": true,
"packageManager": "pnpm@10.0.0-alpha.4+sha512.a766482ed7e5802db8966144e1de4918a71bc6b0f11d65d21fc719ce23fe6af38f527ae3b97e826f2378126f620b4d8950d1a990862c8666506cff017ee1d4cc",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"build": "astro build",
"start": "astro dev",
"preview": "astro preview",
"fix": "run-s fix:*",
"fix:eslint": "eslint . --fix",
"check": "run-p check:*",
"check:astro": "astro check",
"check:svelte": "svelte-check",
"check:eslint": "eslint ."
},
"imports": {
"#@/*": "./src/*"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/starlight": "^0.29.2",
"@astrojs/svelte": "^6.0.2",
"@iconify-json/lucide": "^1.2.16",
"@totto/option-t-safe-try": "npm:@jsr/totto__option-t-safe-try@^0.1.4",
"@types/js-yaml": "^4.0.9",
"@types/react": "^19.0.1",
"@types/reveal.js": "^5.0.4",
"@unocss/preset-tagify": "^0.64.1",
"@vercel/og": "^0.6.4",
"@vitejs/plugin-react": "^4.3.4",
"astro": "^4.16.10",
"browserslist": "^4.24.2",
"effect": "^3.11.3",
"lightningcss": "^1.28.2",
"npm-run-all2": "^7.0.1",
"option-t": "^50.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reveal.js": "^5.1.0",
"sharp": "^0.32.5",
"svelte": "^5.2.9",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"unplugin-icons": "^0.20.2",
"wrangler": "^3.91.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@astrojs/check": "^0.9.4",
"@unocss/eslint-plugin": "^0.65.1",
"astro-eslint-parser": "^1.1.0",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^0.1.3",
"eslint-plugin-perfectionist": "^4.4.0",
"eslint-plugin-svelte": "^2.46.1",
"prettier-plugin-astro": "^0.14.1",
"svelte-check": "^4.1.0",
"svelte-eslint-parser": "^0.43.0"
}
}