this should be easier to handle if the one doing it is not… me. Still not that great but better than nothing!
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "lasuite-integration-website",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"engines": {
|
|
"node": "20"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "node ./server.mjs",
|
|
"build-backgrounds": "node ./bin/build-services-backgrounds.mjs",
|
|
"gaufre-glyphhanger-cmd": "node ./bin/gaufre-font-cmd.mjs",
|
|
"build": "astro check && npm run build-backgrounds && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.10",
|
|
"@astrojs/markdown-remark": "^5.1.0",
|
|
"@astrojs/react": "^3.3.1",
|
|
"@astrojs/starlight": "^0.21.5",
|
|
"@fastify/cors": "^9.0.1",
|
|
"@fastify/static": "^7.0.3",
|
|
"@gouvfr-lasuite/integration": "^1.0.2",
|
|
"@types/prismjs": "^1.26.3",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-syntax-highlighter": "^15.5.11",
|
|
"astro": "^4.3.5",
|
|
"astro-compressor": "^0.4.1",
|
|
"fastify": "^4.26.2",
|
|
"picocolors": "^1.1.1",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-astro": "^0.13.0",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.51.3",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"remark-textr": "^6.1.0",
|
|
"sharp": "^0.33.3",
|
|
"svg-gradient": "^1.0.3",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|