-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "blog-nobbz-dev",
"type": "module",
"version": "0.0.1",
"private": true,
"license": "CC-BY-4.0 AND MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"luxon": "~3.7.0"
},
"devDependencies": {
"@astrojs/check": "~0.9.4",
"@astrojs/language-server": "~2.16.0",
"@astrojs/mdx": "~4.3.0",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.3.0",
"@astrojs/tailwind": "~6.0.2",
"@astrojs/ts-plugin": "~1.10.4",
"@catppuccin/tailwindcss": "1.0.0",
"@eslint/js": "~9.39.0",
"@mdx-js/language-server": "~0.6.0",
"@tailwindcss/vite": "^4.1.8",
"@types/luxon": "~3.7.0",
"astro": "^5.16.0",
"eslint": "~9.39.0",
"eslint-plugin-astro": "~1.5.0",
"prettier": "~3.7.0",
"prettier-plugin-astro": "~0.14.0",
"tailwindcss": "^4.1.8",
"typescript": "~5.9.0",
"typescript-eslint": "~8.49.0"
}
}