-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 749 Bytes
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
{
"name": "@gilcreque/dev",
"type": "module",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"new:note": "node scripts/new-note.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.6",
"@astrojs/netlify": "^6.6.3",
"@astrojs/rss": "^4.0.12",
"astro": "^5.13.11",
"astro-masonry": "^1.2.2",
"jsdom": "^25.0.1",
"marked": "^15.0.5",
"rxjs": "^7.8.1",
"tslib": "^2.5.2",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.7",
"@types/jsdom": "^21.1.7",
"tailwindcss": "^4.1.7"
}
}