les-particules-org/package.json

28 lines
678 B
JSON
Raw Normal View History

2023-01-30 22:49:01 +01:00
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro preview --host 0.0.0.0 --port 8080",
2024-11-12 15:56:02 +01:00
"check": "astro check",
2023-01-30 22:49:01 +01:00
"build": "astro build",
2024-11-12 15:56:02 +01:00
"preview": "astro preview --host 0.0.0.0 --port 8080",
"postinstall": "astro build",
2023-01-30 22:49:01 +01:00
"astro": "astro"
},
"dependencies": {
2024-11-12 16:29:30 +01:00
"@astrojs/node": "^8.3.4",
2024-01-02 00:34:17 +01:00
"@contentful/rich-text-html-renderer": "^16.3.0",
2024-11-12 16:29:30 +01:00
"astro": "^4.16.10",
2024-01-02 00:34:17 +01:00
"contentful": "^10.6.15"
2023-02-04 19:40:11 +01:00
},
2024-01-02 00:34:17 +01:00
"devDependencies": {
2024-11-12 16:29:30 +01:00
"@astrojs/check": "^0.9.4",
2024-01-15 22:02:47 +01:00
"@types/node": "^20.10.6",
2024-11-12 15:56:02 +01:00
"autoprefixer": "^10.4.16",
2024-11-12 16:29:30 +01:00
"typescript": "^5.6.3"
2024-01-02 00:34:17 +01:00
}
2023-01-30 22:49:01 +01:00
}