mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
* update landing packages & tailwind * move images * refactor to nextjs * doc stuff * rename markdown to mdx * working docs * Add math * fix pnpm-lock * Code highlighting * fix types * fix more stuff * Notice component and removed slot * delete editorconfig eslint rule * pnpm-lock * some fixes * fixed types (pls) * bump ui's typescript too * commit next-env.d.ts * fix doc links * Use next/head instead of react-helmet & rehype-external-links * fixes * fix unsub from list * add trim() to docs.excerpt * trim doc title too * fix titles * replace <a> to Link * hide .contentlayer & .next from vscode search
26 lines
488 B
JSON
26 lines
488 B
JSON
{
|
|
"name": "example-2",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tanstack/react-query": "^4.10.1",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"typescript": "^4.8.2",
|
|
"vite": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^1.2.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"solid-js": "^1.5.1",
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
}
|