1. Update dependencies 2. Use cssnano for production 3. Assign an environment variable to Sentry's environment settings 4. `Pill` now accepts React Nodes so we can pass translations using Trans component 5. Switch to mailpit API during tests 6. Do not require Email Sender to be of type email and add proper error messages
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@kit/admin",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"devDependencies": {
|
|
"@hookform/resolvers": "^4.1.3",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/next": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/shared": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@makerkit/data-loader-supabase-core": "^0.0.8",
|
|
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
|
|
"@supabase/supabase-js": "2.49.1",
|
|
"@tanstack/react-query": "5.67.3",
|
|
"@tanstack/react-table": "^8.21.2",
|
|
"@types/react": "19.0.10",
|
|
"lucide-react": "^0.479.0",
|
|
"next": "15.2.2",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-hook-form": "^7.54.2",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./components/*": "./src/components/*.tsx"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|