mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
109 lines
3.6 KiB
JSON
109 lines
3.6 KiB
JSON
{
|
|
"name": "@documenso/remix",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "./.bin/build.sh",
|
|
"build:app": "pnpm run typecheck && cross-env NODE_ENV=production react-router build",
|
|
"build:server": "cross-env NODE_ENV=production rollup -c rollup.config.mjs",
|
|
"dev": "pnpm run with:env react-router dev",
|
|
"dev:billing": "bash .bin/stripe-dev.sh",
|
|
"start": "pnpm run with:env cross-env NODE_ENV=production node build/server/main.js",
|
|
"clean": "rimraf .react-router && rimraf node_modules",
|
|
"typecheck": "react-router typegen && tsc",
|
|
"with:env": "dotenv -e ../../.env -e ../../.env.local --"
|
|
},
|
|
"dependencies": {
|
|
"@cantoo/pdf-lib": "^2.5.3",
|
|
"@documenso/api": "workspace:*",
|
|
"@documenso/assets": "workspace:*",
|
|
"@documenso/auth": "workspace:*",
|
|
"@documenso/ee": "workspace:*",
|
|
"@documenso/lib": "workspace:*",
|
|
"@documenso/prisma": "workspace:*",
|
|
"@documenso/tailwind-config": "workspace:*",
|
|
"@documenso/trpc": "workspace:*",
|
|
"@documenso/ui": "workspace:*",
|
|
"@epic-web/remember": "^1.1.0",
|
|
"@faker-js/faker": "^10.1.0",
|
|
"@hono/node-server": "catalog:",
|
|
"@hono/standard-validator": "catalog:",
|
|
"@hono/trpc-server": "^0.4.0",
|
|
"@hookform/resolvers": "catalog:",
|
|
"@lingui/core": "catalog:",
|
|
"@lingui/detect-locale": "^5.6.0",
|
|
"@lingui/macro": "catalog:",
|
|
"@lingui/react": "catalog:",
|
|
"@oslojs/crypto": "catalog:",
|
|
"@oslojs/encoding": "catalog:",
|
|
"@react-router/node": "^7.12.0",
|
|
"@react-router/serve": "^7.12.0",
|
|
"@simplewebauthn/browser": "^13.2.2",
|
|
"@simplewebauthn/server": "catalog:",
|
|
"@tanstack/react-query": "catalog:",
|
|
"autoprefixer": "catalog:",
|
|
"colord": "^2.9.3",
|
|
"content-disposition": "^1.0.1",
|
|
"framer-motion": "catalog:",
|
|
"hono": "catalog:",
|
|
"hono-react-router-adapter": "^0.6.5",
|
|
"input-otp": "^1.4.2",
|
|
"isbot": "^5.1.32",
|
|
"konva": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"luxon": "catalog:",
|
|
"nanoid": "catalog:",
|
|
"papaparse": "^5.5.3",
|
|
"posthog-js": "catalog:",
|
|
"posthog-node": "catalog:",
|
|
"react": "catalog:",
|
|
"react-call": "^1.8.1",
|
|
"react-dom": "catalog:",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-hook-form": "catalog:",
|
|
"react-hotkeys-hook": "^4.6.2",
|
|
"react-icons": "^5.5.0",
|
|
"react-rnd": "catalog:",
|
|
"react-router": "^7.12.0",
|
|
"recharts": "^2.15.4",
|
|
"remeda": "catalog:",
|
|
"remix-themes": "^2.0.4",
|
|
"satori": "^0.18.3",
|
|
"tailwindcss": "catalog:",
|
|
"ts-pattern": "catalog:",
|
|
"ua-parser-js": "^1.0.41",
|
|
"uqr": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/preset-react": "^7.28.5",
|
|
"@babel/preset-typescript": "^7.28.5",
|
|
"@lingui/babel-plugin-lingui-macro": "^5.6.0",
|
|
"@lingui/vite-plugin": "^5.6.0",
|
|
"@react-router/dev": "^7.12.0",
|
|
"@react-router/remix-routes-option-adapter": "^7.12.0",
|
|
"@rollup/plugin-babel": "^6.1.0",
|
|
"@rollup/plugin-commonjs": "^28.0.9",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
"@types/content-disposition": "^0.5.9",
|
|
"@types/formidable": "catalog:",
|
|
"@types/luxon": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/papaparse": "^5.5.0",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"cross-env": "^10.1.0",
|
|
"esbuild": "^0.27.0",
|
|
"remix-flat-routes": "^0.8.5",
|
|
"rollup": "^4.53.3",
|
|
"tsx": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-plugin-babel-macros": "^1.0.6",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
},
|
|
"version": "2.7.1"
|
|
}
|