-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "lunarweb",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"setup": "rm -rf node_modules .astro && bun install",
"lint": "eslint ./ && astro check",
"dep-update": "bunx npm-check-updates -p bun --format group -i"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/svelte": "^7.0.2",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"@fontsource-variable/fira-code": "^5.1.0",
"@fontsource-variable/jost": "^5.1.1",
"@vercel/analytics": "^1.4.1",
"astro": "^5.1.1",
"lucide-svelte": "^0.469.0",
"object.groupby": "^1.0.3",
"remark-gfm": "^4.0.0",
"svelte": "^5.16.0",
"tailwindcss": "^3.4.17",
"toml": "^3.0.0",
"ts-pattern": "^5.6.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.1",
"@types/object.groupby": "^1.0.4",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte-check": "^4.1.1",
"typescript-eslint": "^8.18.2",
"vite-tsconfig-paths": "^5.1.4"
}
}