make app usable without account, remove extra stuff
This commit is contained in:
28
package.json
28
package.json
@ -20,17 +20,12 @@
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
||||
"db:setup": "prisma migrate deploy",
|
||||
"e2e:run": "cypress run",
|
||||
"e2e:ci": "start-server-and-test start http://localhost:3000/ e2e:run",
|
||||
"e2e:local": "start-server-and-test dev http://localhost:3000/ e2e:run",
|
||||
"e2e": "dotenv -e .env.e2e npm run e2e:local",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bull-board/express": "3.11.0",
|
||||
"@headlessui/react": "1.6.4",
|
||||
"@maizzle/framework": "3.7.3",
|
||||
"@prisma/client": "3.14.0",
|
||||
"@prisma/client": "4.13.0",
|
||||
"@react-aria/interactions": "3.9.0",
|
||||
"@remix-run/express": "1.14.3",
|
||||
"@remix-run/node": "1.14.3",
|
||||
@ -41,7 +36,6 @@
|
||||
"@tailwindcss/typography": "0.5.2",
|
||||
"@twilio/voice-sdk": "2.1.1",
|
||||
"awesome-phonenumber": "3.0.2",
|
||||
"aws-sdk": "2.1146.0",
|
||||
"bullmq": "1.85.1",
|
||||
"clsx": "1.1.1",
|
||||
"compression": "1.7.4",
|
||||
@ -51,44 +45,32 @@
|
||||
"luxon": "2.4.0",
|
||||
"morgan": "1.10.0",
|
||||
"nanoid": "3.3.4",
|
||||
"nodemailer": "6.7.5",
|
||||
"preview-email": "3.0.5",
|
||||
"react": "18.1.0",
|
||||
"react-dom": "18.1.0",
|
||||
"react-icons": "4.4.0",
|
||||
"react-modal-sheet": "1.5.1",
|
||||
"remix-auth": "3.2.2",
|
||||
"remix-auth-form": "1.1.2",
|
||||
"remix-seo": "0.1.0",
|
||||
"remix-utils": "3.2.0",
|
||||
"secure-password": "4.0.0",
|
||||
"superjson-remix": "0.2.0",
|
||||
"tiny-invariant": "1.2.0",
|
||||
"tslog": "3.3.3",
|
||||
"twilio": "3.77.1",
|
||||
"uuid": "8.3.2",
|
||||
"web-push": "3.5.0",
|
||||
"zod": "3.17.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@remix-run/dev": "1.14.3",
|
||||
"@remix-run/eslint-config": "1.14.3",
|
||||
"@testing-library/cypress": "8.0.2",
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
"@types/compression": "1.7.2",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/luxon": "2.3.2",
|
||||
"@types/morgan": "1.9.3",
|
||||
"@types/nodemailer": "6.4.4",
|
||||
"@types/preview-email": "2.0.1",
|
||||
"@types/react": "18.0.10",
|
||||
"@types/react-dom": "18.0.5",
|
||||
"@types/secure-password": "3.1.1",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@types/web-push": "3.3.2",
|
||||
"@vitejs/plugin-react": "1.3.2",
|
||||
"c8": "7.11.3",
|
||||
"cypress": "9.7.0",
|
||||
"dotenv-cli": "5.1.0",
|
||||
"esbuild": "0.14.42",
|
||||
"esbuild-node-externals": "1.4.1",
|
||||
@ -99,11 +81,10 @@
|
||||
"lint-staged": "13.0.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.6.2",
|
||||
"prettier-plugin-prisma": "3.14.0",
|
||||
"prisma": "3.14.0",
|
||||
"prettier-plugin-prisma": "4.12.0",
|
||||
"prisma": "4.13.0",
|
||||
"start-server-and-test": "1.14.0",
|
||||
"tailwindcss": "3.0.24",
|
||||
"tsx": "3.12.6",
|
||||
"typescript": "4.7.2",
|
||||
"vite": "2.9.9",
|
||||
"vite-tsconfig-paths": "3.5.0",
|
||||
@ -135,7 +116,6 @@
|
||||
"node": "18"
|
||||
},
|
||||
"prisma": {
|
||||
"schema": "prisma/schema.prisma",
|
||||
"seed": "tsx prisma/seed.ts"
|
||||
"schema": "prisma/schema.prisma"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user