{ "private": true, "name": "reacord-docs-new", "scripts": { "prepare": "remix setup node", "dev": "concurrently 'typedoc --watch' 'remix dev'", "build": "typedoc && remix build", "start": "remix-serve build", "typecheck": "tsc --noEmit" }, "dependencies": { "@heroicons/react": "^1.0.5", "@remix-run/react": "^1.1.1", "@remix-run/serve": "^1.1.1", "@tailwindcss/typography": "^0.5.0", "autoprefixer": "^10.4.2", "clsx": "^1.1.1", "fast-glob": "^3.2.10", "gray-matter": "^4.0.3", "postcss": "^8.4.5", "reacord": "workspace:*", "react": "^17.0.2", "react-dom": "^17.0.2", "remix": "^1.1.1", "remix-tailwind": "^0.2.1", "tailwindcss": "^3.0.12" }, "devDependencies": { "@remix-run/dev": "^1.1.1", "@remix-run/node": "^1.1.1", "@types/node": "*", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/tailwindcss": "^3.0.2", "concurrently": "^7.0.0", "rehype-prism-plus": "^1.2.2", "typedoc": "^0.22.10", "typescript": "^4.5.4" }, "engines": { "node": ">=14" }, "sideEffects": false }