les-particules-org/package.json

27 lines
613 B
JSON

{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build",
"preview": "astro preview --host 0.0.0.0 --port 8080",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"@contentful/rich-text-html-renderer": "^16.3.0",
"astro": "^4.16.10",
"contentful": "^10.6.15"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@types/node": "^20.10.6",
"autoprefixer": "^10.4.16",
"typescript": "^5.6.3"
}
}