Site-Web/package.json
2026-02-08 21:48:40 -05:00

32 lines
732 B
JSON

{
"name": "Conjure-Site",
"version": "1.0.0",
"description": "Site web officiel du club Conjure de l'ÉTS",
"type": "module",
"dependencies": {
"bulma-carousel": "^4.0.4",
"bulma": "^0.7.5",
"sass": "^1.58.0"
},
"devDependencies": {
"astro": "^4.0.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConjureETS/Site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConjureETS/Site/issues"
},
"homepage": "https://github.com/ConjureETS/Site#readme"
}