-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "le-vilain-petit-dev.blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lighthouse": "lhci autorun",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"test:ci": "vitest run"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@iconify-json/mdi": "^1.2.1",
"astro": "^4.16.12",
"astro-breadcrumbs": "^3.2.0",
"astro-icon": "^1.1.2",
"astro-pagefind": "^1.6.0",
"astro-seo": "^0.8.4",
"astro-social-share": "^2.1.0",
"pagefind": "^1.2.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
"devDependencies": {
"terser": "^5.19.0",
"@playwright/test": "^1.49.0",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"jsdom": "^24.0.0",
"lighthouse": "^12.2.2",
"vitest": "^1.3.1",
"web-vitals": "^4.2.4"
}
}