sudovanilla-website/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2024-05-13 23:34:06 -04: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": {
"@astrojs/markdoc": "^0.8.0",
"@astrojs/mdx": "^2.3.1",
"@astrojs/node": "^8.1.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.0.7",
2024-08-27 01:50:27 -04:00
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.8.0",
2024-05-13 23:34:06 -04:00
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.11",
"@meilisearch/instant-meilisearch": "^0.17.0",
2024-08-27 01:50:27 -04:00
"@minpluto/zorn": "^0.4.5",
2024-05-13 23:34:06 -04:00
"@types/react": "^18.2.8",
"@types/react-dom": "^18.0.11",
"astro": "^4.6.3",
"astro-auto-import": "^0.4.2",
"astro-json-element": "^1.1.4",
2024-05-17 02:10:52 -04:00
"astro-matomo": "^1.6.0",
2024-05-13 23:34:06 -04:00
"astro-robots-txt": "^1.0.0",
2024-08-27 01:50:27 -04:00
"astro-tooltips": "^0.6.2",
2024-05-13 23:34:06 -04:00
"astro-useragent": "^4.0.1",
"axios": "^1.6.8",
"docs-searchbar.js": "^2.5.0",
"json-truncate": "^3.0.0",
"meilisearch": "^0.38.0",
"node-fetch": "^3.3.2",
"pdfjs": "^2.5.3",
"ping": "^0.4.4",
"ping.js": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "^7.7.2",
"reshaped": "^2.11.6",
2024-08-27 01:50:27 -04:00
"untruncate-json": "^0.0.1",
"vue": "^3.4.38"
2024-05-13 23:34:06 -04:00
},
"devDependencies": {
"sass": "^1.75.0"
}
}