mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-05 13:52:56 -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
29 lines
695 B
JSON
29 lines
695 B
JSON
{
|
|
"name": "@sd/config",
|
|
"version": "0.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"exports": {
|
|
"./*": "./*",
|
|
"./vite": "./vite"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --cache"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
"@typescript-eslint/parser": "^5.59.6",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-next": "13.3.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-turbo": "^1.9.8",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-tailwindcss": "^3.12.0",
|
|
"eslint-utils": "^3.0.0",
|
|
"regexpp": "^3.2.0",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-svgr": "^2.2.1"
|
|
}
|
|
}
|