Files
spacedrive/apps/landing/package.json
Brendan Allan a7f37f7732 Use turborepo for desktop & web apps (#399)
* add turborepo

* give docs a package.json

* tabs not spaces

* tabs not spaces
2022-10-04 18:59:28 -07:00

65 lines
1.8 KiB
JSON

{
"name": "@sd/landing",
"scripts": {
"dev": "pnpm run server",
"prod": "pnpm run build && pnpm run server:prod",
"vercel-build": "./vercel/deploy.sh",
"build": "vite build",
"server": "ts-node ./server",
"server:prod": "cross-env NODE_ENV=production ts-node ./server",
"lint": "eslint src/**/*.{ts,tsx} && tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.11",
"@icons-pack/react-simple-icons": "^5.2.0",
"@sd/assets": "workspace:*",
"@sd/interface": "workspace:*",
"@sd/ui": "workspace:*",
"@sd/docs": "workspace:*",
"@tryghost/content-api": "^1.11.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/marked": "^4.0.7",
"@types/node": "^17.0.31",
"@types/react": "^18.0.6",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^1.3.2",
"clsx": "^1.2.1",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.1",
"markdown-yaml-metadata-parser": "^3.0.0",
"marked": "^4.1.0",
"phosphor-react": "^1.4.1",
"prismjs": "^1.28.0",
"react": "^18.2.0",
"react-burger-menu": "^3.0.8",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.33.1",
"react-tsparticles": "^2.1.3",
"sirv": "^2.0.2",
"ts-node": "^10.7.0",
"tsparticles": "^2.1.3",
"typescript": "^4.6.4",
"vite": "^3.1.1",
"vite-plugin-ssr": "^0.4.28"
},
"devDependencies": {
"@sd/config": "link:../../packages/config",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@types/prismjs": "^1.26.0",
"@types/react-helmet": "^6.1.5",
"@types/tryghost__content-api": "^1.3.11",
"postcss": "^8.4.14",
"rollup-plugin-visualizer": "^5.8.1",
"sass": "^1.54.0",
"tailwind": "^4.0.0",
"vite-plugin-markdown": "^2.0.2",
"vite-plugin-svgr": "^2.2.1"
}
}