-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.77 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "studiorvandco-website",
"description": "Website of the Studio Rv & Co association.",
"author": {
"name": "Mathis Serrieres Maniecki",
"email": "contact@minarox.fr",
"url": "https://minarox.fr/"
},
"bugs": {
"url": "https://github.com/StudioRvAndCo/Website/issues",
"email": "contact@minarox.fr"
},
"homepage": "https://rvandco.fr",
"readme": "./README.md",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/StudioRvAndCo/Website.git"
},
"private": true,
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"check": "astro check",
"build": "astro build",
"test": "vitest run --coverage",
"coverage": "astro preview --root ./coverage",
"preview": "astro build && wrangler dev --remote",
"astro": "astro",
"deploy": "astro build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/sitemap": "^3.7.0",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/mdi": "^1.2.3",
"@plausible-analytics/tracker": "^0.4.4",
"@splidejs/splide": "^4.1.4",
"astro": "^5.17.0",
"astro-compressor": "^1.2.0",
"astro-font": "^1.1.0",
"astro-icon": "^1.1.5",
"astro-meta-tags": "^0.4.0",
"astro-seo": "^1.1.0",
"countup.js": "^2.9.0",
"sass": "^1.97.3",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/node": "^25.1.0",
"@vitest/coverage-v8": "4.0.18",
"vitest": "^4.0.18",
"wrangler": "^4.61.1"
},
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"workerd"
]
}
}