mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-05 22:03:16 -04:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "@sd/landing",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^4.5.10",
|
|
"@headlessui/react": "^1.6.4",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@icons-pack/react-simple-icons": "^4.7.0",
|
|
"@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.18.1",
|
|
"phosphor-react": "^1.4.1",
|
|
"prismjs": "^1.28.0",
|
|
"react": "^18.1.0",
|
|
"react-device-detect": "^2.2.2",
|
|
"react-dom": "^18.1.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-router-dom": "6.3.0",
|
|
"react-tsparticles": "^2.0.6",
|
|
"simple-icons": "^7.0.0",
|
|
"tsparticles": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.17.12",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/react-helmet": "^6.1.5",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"nodemon": "^2.0.16",
|
|
"postcss": "^8.4.14",
|
|
"sass": "^1.52.1",
|
|
"tailwind": "^4.0.0",
|
|
"ts-node": "^10.8.0",
|
|
"typescript": "^4.7.2",
|
|
"vite": "^2.9.9",
|
|
"vite-plugin-markdown": "^2.0.2",
|
|
"vite-plugin-md": "^0.13.1",
|
|
"vite-plugin-pages": "^0.23.0",
|
|
"vite-plugin-pages-sitemap": "^1.2.2",
|
|
"vite-plugin-ssr": "^0.3.64",
|
|
"vite-plugin-svgr": "^2.1.0"
|
|
}
|
|
}
|