Files
protocol/sites/dev0x-portal/package.json
2023-04-06 14:59:09 +02:00

99 lines
3.5 KiB
JSON

{
"name": "dev0x-portal",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"remix": "remix",
"typecheck": "tsc",
"test": "dotenv -e ./test.env vitest run",
"test:dev": "dotenv -e ./test.env vitest dev",
"test:e2e": "playwright test",
"storybook": "storybook dev -p 6006 --no-open",
"storybook:build": "storybook build"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.3",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-toolbar": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"@radix-ui/react-visually-hidden": "^1.0.1",
"@react-hook/merged-ref": "^1.3.2",
"@remix-run/css-bundle": "^1.13.0",
"@remix-run/node": "^1.13.0",
"@remix-run/react": "^1.13.0",
"@remix-run/server-runtime": "^1.13.0",
"@remix-run/vercel": "^1.13.0",
"@sentry/remix": "^7.46.0",
"@tanstack/react-table": "^8.7.9",
"@trpc/client": "^10.17.0",
"@trpc/server": "^10.17.0",
"@vercel/node": "^2.6.2",
"@zxcvbn-ts/core": "^2.2.1",
"@zxcvbn-ts/language-common": "^2.0.1",
"@zxcvbn-ts/language-en": "^2.1.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"isbot": "^3.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"remix-auth": "^3.4.0",
"remix-auth-form": "^1.3.0",
"remix-auth-socials": "^2.0.4",
"remix-utils": "^6.0.0",
"tailwind-merge": "^1.10.0",
"tailwind-variants": "^0.0.30",
"ts-pattern": "^4.2.2",
"zippo-interface": "*",
"zod": "^3.20.6"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@playwright/test": "^1.30.0",
"@remix-run/dev": "^1.13.0",
"@remix-run/eslint-config": "^1.13.0",
"@remix-run/serve": "^1.13.0",
"@storybook/addon-essentials": "^7.0.0-rc.3",
"@storybook/addon-interactions": "^7.0.0-rc.3",
"@storybook/addon-links": "^7.0.0-rc.3",
"@storybook/addon-mdx-gfm": "^7.0.0-rc.3",
"@storybook/blocks": "^7.0.0-rc.3",
"@storybook/react": "^7.0.0-rc.3",
"@storybook/react-vite": "^7.0.0-rc.3",
"@storybook/testing-library": "^0.0.14-next.1",
"@testing-library/dom": "^8.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/prop-types": "^15",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/testing-library__jest-dom": "^5",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"dotenv-cli": "^7.0.0",
"eslint": "^8.27.0",
"eslint-plugin-storybook": "^0.6.10",
"happy-dom": "^8.9.0",
"postcss": "^8.4.21",
"prop-types": "^15.8.1",
"storybook": "^7.0.0-rc.3",
"tailwindcss": "^3.2.6",
"type-fest": "^3.7.1",
"typescript": "^4.8.4",
"vite": "^4.1.1",
"vitest": "^0.28.4"
},
"engines": {
"node": ">=18"
}
}