53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "0.4.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",
|
|
"test": "node ./scripts/test.js",
|
|
"test-dev": "pnpm dev & wait-on http-get://localhost:3000 && cypress open",
|
|
"build": "typedoc && pnpm tailwind -- --minify && remix build",
|
|
"tailwind": "tailwindcss --config tailwind.config.cjs --input app/modules/ui/tailwind.css --output app/modules/ui/tailwind.out.css",
|
|
"typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.6.6",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@reach/rect": "^0.17.0",
|
|
"@remix-run/node": "^1.6.7",
|
|
"@remix-run/react": "^1.6.7",
|
|
"@remix-run/serve": "^1.6.7",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@vercel/node": "^2.5.21",
|
|
"clsx": "^1.2.1",
|
|
"fast-glob": "^3.2.11",
|
|
"gray-matter": "^4.0.3",
|
|
"reacord": "workspace:*",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-focus-on": "^3.6.0",
|
|
"react-router": "^6.3.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"zod": "^3.17.10"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^1.6.7",
|
|
"@testing-library/cypress": "^8.0.3",
|
|
"@types/node": "*",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/wait-on": "^5.3.1",
|
|
"autoprefixer": "^10.4.8",
|
|
"concurrently": "^7.3.0",
|
|
"cypress": "^10.4.0",
|
|
"execa": "^6.1.0",
|
|
"postcss": "^8.4.14",
|
|
"rehype-prism-plus": "^1.4.2",
|
|
"tailwindcss": "^3.1.8",
|
|
"typedoc": "^0.23.10",
|
|
"typescript": "^4.7.4",
|
|
"wait-on": "^6.0.1"
|
|
},
|
|
"sideEffects": false
|
|
}
|