-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "white-label",
"version": "1.0.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build:app": "remix vite:build",
"build:app:profile": "remix vite:build --profile",
"build:storybook": "storybook build",
"db-schema:generate": "node --loader ts-node/esm -r dotenv-flow/config ./app/core/db/generate-schema.ts",
"db:down": "docker-compose -f docker-compose.yml down",
"db:up": "docker compose -f docker-compose.yml up",
"dev": "remix vite:dev",
"dev:profile": "remix vite:dev --profile",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
"lint:fix": "eslint --ext .ts,.tsx . --fix",
"lint:run": "eslint --ext .ts,.tsx .",
"migrations:create": "dbmate -d './app/core/db/migrations' new",
"migrations:rollback": "dbmate -d './app/core/db/migrations' rollback",
"migrations:run": "dbmate -d './app/core/db/migrations' migrate",
"migrations:status": "dbmate -d './app/core/db/migrations' status",
"prepare": "husky install",
"start": "remix-serve ./build/server/index.js",
"storybook": "storybook dev -p 6006",
"test": "NODE_ENV=test vitest",
"test-migrations:run": "dbmate -d './app/core/db/migrations' -e TEST_DATABASE_URL migrate",
"typecheck": "tsc"
},
"dependencies": {
"@effect/schema": "0.66.0",
"@heroicons/react": "^2.1.3",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@sindresorhus/slugify": "^2.2.1",
"@storybook/test": "^8.0.8",
"@tanstack/react-table": "^8.16.0",
"bcryptjs": "^2.4.3",
"bullmq": "^5.7.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dotenv-flow": "^4.1.0",
"effect": "3.0.4",
"ioredis": "^5.3.2",
"isbot": "^5.1.4",
"nodemailer": "^6.9.13",
"nprogress": "^0.2.0",
"pg": "^8.11.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-flat-routes": "^0.6.4",
"remix-themes": "^1.3.1",
"remix-typedjson": "^0.4.1",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"uuid": "^9.0.1",
"zapatos": "^6.4.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@faker-js/faker": "^8.4.1",
"@remix-run/dev": "^2.8.1",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/nprogress": "^0.2.3",
"@types/pg": "^8.11.5",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"dbmate": "^2.14.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.0.8",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
},
"optionalDependencies": {
"husky": "^9.0.11"
},
"engines": {
"node": ">=18"
}
}