mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 23:48:26 -04:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@sd/landing",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^1.0.6",
|
|
"@icons-pack/react-simple-icons": "^4.6.1",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/core": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@types/compression": "^1.7.2",
|
|
"@types/express": "^4.17.13",
|
|
"clsx": "^1.1.1",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.17.3",
|
|
"phosphor-react": "^1.4.1",
|
|
"prismjs": "^1.28.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-router-dom": "6.3.0",
|
|
"react-tsparticles": "^2.0.6",
|
|
"simple-icons": "^6.19.0",
|
|
"tsparticles": "^2.0.6",
|
|
"vite-plugin-markdown": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/react-helmet": "^6.1.5",
|
|
"@vitejs/plugin-react": "^1.3.1",
|
|
"autoprefixer": "^10.4.4",
|
|
"nodemon": "^2.0.15",
|
|
"postcss": "^8.4.12",
|
|
"sass": "^1.50.0",
|
|
"tailwind": "^4.0.0",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.5",
|
|
"vite-plugin-md": "^0.13.0",
|
|
"vite-plugin-pages": "^0.23.0",
|
|
"vite-plugin-pages-sitemap": "^1.2.2",
|
|
"vite-plugin-ssr": "^0.3.64",
|
|
"vite-plugin-svgr": "^1.1.0"
|
|
}
|
|
}
|