50 lines
No EOL
1.4 KiB
JSON
50 lines
No EOL
1.4 KiB
JSON
{
|
|
"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",
|
|
"@astrojs/vue": "^4.1.0",
|
|
"@keystatic/astro": "^5.0.0",
|
|
"@keystatic/core": "^0.5.11",
|
|
"@meilisearch/instant-meilisearch": "^0.17.0",
|
|
"@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",
|
|
"astro-matomo": "^1.6.0",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"astro-useragent": "^4.0.1",
|
|
"axios": "^1.6.8",
|
|
"docs-searchbar.js": "^2.5.0",
|
|
"iconoir-react": "^7.6.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",
|
|
"untruncate-json": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.75.0"
|
|
}
|
|
} |