-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
64 lines (64 loc) · 2.07 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
{
"name": "oss-gallery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && prisma db push && next build",
"db:generate": "prisma generate",
"db:seed": "npx tsx --env-file=.env ./prisma/seed.ts",
"db:push": "prisma db push",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"start": "next start",
"lint": "next lint",
"script": "tsx ./scripts/run.ts"
},
"dependencies": {
"@auth/prisma-adapter": "^2.0.0",
"@dub/tailwind-config": "^0.0.4",
"@dub/ui": "^0.1.11",
"@dub/utils": "^0.0.48",
"@headlessui/tailwindcss": "^0.2.0",
"@hookform/resolvers": "^3.3.4",
"@octokit/rest": "^20.1.0",
"@prisma/client": "^4.16.2",
"@sindresorhus/slugify": "^2.2.1",
"@tremor/react": "^3.16.1",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"cmdk": "^1.0.0",
"dub": "^0.40.0",
"framer-motion": "^11.1.7",
"lucide-react": "0.372.0",
"next": "14.3.0-canary.30",
"next-auth": "5.0.0-beta.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.51.3",
"react-markdown": "^9.0.1",
"react-textarea-autosize": "^8.5.3",
"react@latest": "link:@@types/react@latest",
"sonner": "^1.4.41",
"typescript": "5.4.5",
"typesense": "^1.8.2",
"use-debounce": "^9.0.4",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.25",
"autoprefixer": "^10.4.16",
"dotenv-flow": "^4.1.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^4.16.2",
"tailwindcss": "^3.4.3",
"tsx": "^4.7.3"
},
"packageManager": "[email protected]+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}