-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 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
{
"name": "crypt0xdev",
"type": "module",
"version": "0.0.1",
"description": "Plataforma profesional de ciberseguridad y CTF writeups desarrollada con Astro",
"author": "Crypt0xDev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Crypt0xDev/Crypt0.git"
},
"keywords": [
"cybersecurity",
"ctf",
"writeups",
"astro",
"typescript",
"blog"
],
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"generate:images": "node scripts/generate-placeholder-images.js"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/sitemap": "^3.6.0",
"@sentry/astro": "^10.24.0",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.15.3",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@testing-library/dom": "^10.4.1",
"@vitest/ui": "^4.0.8",
"happy-dom": "^20.0.10",
"pagefind": "^1.4.0",
"tailwindcss": "^3.4.18",
"vitest": "^4.0.8"
}
}