61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"name": "website",
|
|
"scripts": {
|
|
"prepare": "remix setup node",
|
|
"dev": "NODE_OPTIONS=--enable-source-maps 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",
|
|
"start": "remix-serve 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.4.2",
|
|
"@heroicons/react": "^1.0.5",
|
|
"@reach/rect": "^0.16.0",
|
|
"@remix-run/react": "^1.1.1",
|
|
"@remix-run/serve": "^1.1.1",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"clsx": "^1.1.1",
|
|
"fast-glob": "^3.2.10",
|
|
"gray-matter": "^4.0.3",
|
|
"reacord": "workspace:*",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-focus-on": "^3.5.4",
|
|
"react-router": "^6.2.1",
|
|
"react-router-dom": "^6.2.1",
|
|
"rehype-stringify": "^9.0.2",
|
|
"remark-parse": "^10.0.1",
|
|
"rehype-prism-plus": "^1.3.1",
|
|
"remark-rehype": "^10.1.0",
|
|
"remix": "^1.1.1",
|
|
"unified": "^10.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^1.1.1",
|
|
"@remix-run/node": "^1.1.1",
|
|
"@testing-library/cypress": "^8.0.2",
|
|
"@types/node": "*",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/tailwindcss": "^3.0.2",
|
|
"@types/wait-on": "^5.3.1",
|
|
"autoprefixer": "^10.4.2",
|
|
"concurrently": "^7.0.0",
|
|
"cypress": "^9.2.1",
|
|
"execa": "^6.0.0",
|
|
"postcss": "^8.4.5",
|
|
"tailwindcss": "^3.0.13",
|
|
"typedoc": "^0.22.10",
|
|
"typescript": "^4.5.4",
|
|
"wait-on": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"sideEffects": false
|
|
}
|