This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
127 lines (127 loc) · 4.1 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
{
"name": "bearmentor",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"typecheck": "tsc",
"format": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"format:fix": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"lint": "eslint \"app/**/*.+(ts|tsx)\"",
"lint:fix": "eslint \"app/**/*.+(ts|tsx)\" --fix",
"stylelint": "stylelint ./app/*.css",
"stylelint:fix": "stylelint --fix ./app/*.css",
"check": "pnpm format && pnpm stylelint && pnpm lint && pnpm typecheck",
"check:fix": "pnpm format:fix && pnpm stylelint && pnpm lint:fix && pnpm typecheck",
"db:gen": "prisma generate",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",
"db:seed": "prisma db seed",
"db:studio": "prisma studio --browser none",
"db:check": "tsx prisma/check.ts",
"db:connect": "tsx prisma/connect.ts",
"test:e2e": "playwright test",
"reveal": "remix reveal",
"clean": "rm -rf build public/build",
"prebuild": "prisma db push",
"postinstall": "prisma generate"
},
"dependencies": {
"@ariakit/react": "0.2.15",
"@conform-to/react": "0.7.4",
"@conform-to/zod": "0.7.4",
"@fontsource/anybody": "5.0.8",
"@fontsource/pt-mono": "5.0.8",
"@fontsource/pt-sans": "5.0.8",
"@prisma/client": "5.1.1",
"@radix-ui/react-alert-dialog": "1.0.4",
"@radix-ui/react-avatar": "1.0.3",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-hover-card": "1.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-progress": "1.0.3",
"@radix-ui/react-scroll-area": "1.0.4",
"@radix-ui/react-select": "1.2.2",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-toast": "1.1.4",
"@radix-ui/react-tooltip": "1.0.6",
"@remix-run/css-bundle": "^1.19.3",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/router": "1.8.0",
"@remix-run/vercel": "^1.19.3",
"@tabler/icons-react": "^2.30.0",
"@vercel/analytics": "1.0.2",
"@vercel/node": "^2.15.9",
"array-shuffle": "3.0.0",
"bcryptjs": "2.4.3",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"dayjs": "1.11.9",
"isbot": "^3.6.13",
"nanoid": "3.3.4",
"nprogress": "0.2.0",
"pluralize": "8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-auth": "3.5.0",
"remix-auth-form": "1.3.0",
"remix-utils": "6.6.0",
"sleep-promise": "9.1.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "1.0.6",
"tailwindcss-autofill": "1.0.2",
"tailwindcss-shadow-fill": "1.0.1",
"tailwindcss-text-fill": "0.2.0",
"tiny-invariant": "1.3.1",
"usehooks-ts": "2.9.1",
"voca": "1.4.1",
"zod": "3.21.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@playwright/test": "^1.37.0",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@tailwindcss/typography": "0.5.9",
"@types/bcryptjs": "2.4.2",
"@types/node": "20.5.0",
"@types/nprogress": "0.2.0",
"@types/pluralize": "0.0.30",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/voca": "1.4.2",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@typescript-eslint/typescript-estree": "6.3.0",
"autoprefixer": "10.4.15",
"eslint": "^8.47.0",
"eslint-config-prettier": "9.0.0",
"knip": "2.19.3",
"postcss": "8.4.27",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.4.1",
"prisma": "5.1.1",
"stylelint": "15.10.2",
"stylelint-config-standard": "34.0.0",
"stylelint-config-tailwindcss": "0.0.7",
"taze": "0.11.2",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"tsx": "3.12.7",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
},
"prisma": {
"seed": "ts-node --require tsconfig-paths/register prisma/seed.ts"
}
}