mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 09:40:57 +00:00
32 lines
732 B
JSON
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"
|
|
}
|