awesome-mechanical-keyboard/package.json

29 lines
685 B
JSON
Raw Permalink Normal View History

{
"name": "@example/docs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check && tsc",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@algolia/client-search": "^4.14.2",
"@astrojs/image": "^0.10.0",
"@astrojs/preact": "^2.1.0",
"@astrojs/react": "^1.2.0",
"@docsearch/css": "^3.2.1",
"@docsearch/react": "^3.2.1",
"@types/node": "^18.11.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^1.5.0",
"preact": "^10.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}