web/web/package.json
enricobuehler 36c11bfba1 add remaining faqs
improve landing header
2024-07-01 00:29:00 +02:00

45 lines
1.2 KiB
JSON

{
"name": "@vspaceone/web",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.2",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.8.0",
"@photo-sphere-viewer/core": "^5.8.1",
"@photo-sphere-viewer/markers-plugin": "^5.8.1",
"@photo-sphere-viewer/virtual-tour-plugin": "^5.8.1",
"@unom/style": "git+https://git.unom.io/unom/style.git",
"astro": "^4.11.3",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ical": "^0.8.0",
"keen-slider": "^6.8.6",
"lucide-astro": "^0.399.0",
"marked": "^13.0.1",
"motion": "^10.18.0",
"postcss": "^8.4.38",
"postcss-custom-media": "^10.0.6",
"postcss-import": "^16.1.0",
"prettier-plugin-astro": "^0.14.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"three": "^0.165.0",
"typescript": "^5.5.2"
},
"devDependencies": {
"@types/ical": "^0.8.3"
}
}