-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 790 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
{
"name": "web",
"type": "module",
"version": "0.0.1",
"license": "CECILL-2.1",
"description": "Site web officiel de roques-avec-vous.fr",
"repository": "git@github.com:roques-avec-vous/web.git",
"author": {
"name": "roques-avec-vous",
"web": "https://roques-avec-vous.fr"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"engines": {
"node": "^16.19",
"pnpm": "^7.27.0"
},
"dependencies": {
"@astrojs/mdx": "^0.17.2",
"@astrojs/tailwind": "^3.0.1",
"@types/canvas-confetti": "^1.4.3",
"astro": "^2.0.18",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}