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