2024-05-13 22:34:06 -05:00
|
|
|
{
|
|
|
|
"name": "mechanical-meteorite",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
|
|
|
"docker:build": "docker build -t ark.sudovanilla.org/korbs/sudovanilla-website .",
|
|
|
|
"docker:push": "docker push ark.sudovanilla.org/korbs/sudovanilla-website"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-27 01:02:54 -05:00
|
|
|
"@astrojs/markdoc": "^0.11.3",
|
|
|
|
"@astrojs/mdx": "^3.1.4",
|
|
|
|
"@astrojs/node": "^8.3.3",
|
|
|
|
"@astrojs/partytown": "^2.1.1",
|
|
|
|
"@astrojs/react": "^3.6.2",
|
2024-08-27 00:50:27 -05:00
|
|
|
"@astrojs/vue": "^4.5.0",
|
|
|
|
"@iconoir/vue": "^7.8.0",
|
2024-05-13 22:34:06 -05:00
|
|
|
"@keystatic/astro": "^5.0.0",
|
2024-08-27 01:02:54 -05:00
|
|
|
"@keystatic/core": "^0.5.32",
|
|
|
|
"@meilisearch/instant-meilisearch": "^0.20.0",
|
2024-08-27 00:50:27 -05:00
|
|
|
"@minpluto/zorn": "^0.4.5",
|
2024-08-27 01:02:54 -05:00
|
|
|
"@types/react": "^18.3.4",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
"astro": "^4.14.5",
|
2024-05-13 22:34:06 -05:00
|
|
|
"astro-auto-import": "^0.4.2",
|
|
|
|
"astro-json-element": "^1.1.4",
|
2024-05-17 01:10:52 -05:00
|
|
|
"astro-matomo": "^1.6.0",
|
2024-05-13 22:34:06 -05:00
|
|
|
"astro-robots-txt": "^1.0.0",
|
2024-08-27 00:50:27 -05:00
|
|
|
"astro-tooltips": "^0.6.2",
|
2024-08-27 01:02:54 -05:00
|
|
|
"astro-useragent": "^4.0.2",
|
|
|
|
"axios": "^1.7.5",
|
2024-05-13 22:34:06 -05:00
|
|
|
"docs-searchbar.js": "^2.5.0",
|
|
|
|
"json-truncate": "^3.0.0",
|
2024-08-27 01:02:54 -05:00
|
|
|
"meilisearch": "^0.42.0",
|
2024-05-13 22:34:06 -05:00
|
|
|
"node-fetch": "^3.3.2",
|
|
|
|
"pdfjs": "^2.5.3",
|
|
|
|
"ping": "^0.4.4",
|
|
|
|
"ping.js": "^0.3.0",
|
2024-08-27 01:02:54 -05:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-instantsearch": "^7.13.0",
|
|
|
|
"reshaped": "^3.1.3",
|
2024-08-27 00:50:27 -05:00
|
|
|
"untruncate-json": "^0.0.1",
|
|
|
|
"vue": "^3.4.38"
|
2024-05-13 22:34:06 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-27 01:02:54 -05:00
|
|
|
"sass": "^1.77.8"
|
2024-05-13 22:34:06 -05:00
|
|
|
}
|
|
|
|
}
|