-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
51
52
53
54
{
"name": "victor-auffret-github-io",
"description": "mon site git pages",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=20"
},
"browserslist": {
"production": [
"defaults and fully supports es6-module",
"> 1% or last 2 versions",
"not dead"
],
"modern": [
"defaults and fully supports es6-module",
"> 5% or last 1 version",
"not dead"
],
"ssr": [
"defaults and fully supports es6-module",
"maintained node versions"
]
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview --base /docs/",
"astro": "astro"
},
"devDependencies": {
"typescript": "^5.7.2"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.1",
"@swup/astro": "^1.5.0",
"astro": "^5.1.2",
"astro-compress": "^2.3.5",
"sharp": "^0.33.5",
"solid-js": "^1.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victor-auffret/victor-auffret.github.io.git"
},
"author": "victor-auffret",
"license": "MIT",
"bugs": {
"url": "https://github.com/victor-auffret/victor-auffret.github.io/issues"
},
"homepage": "https://github.com/victor-auffret/victor-auffret.github.io#readme"
}