-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.59 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
{
"name": "leopard-website",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --ignore-path .gitignore .",
"vercel-build": "prisma migrate deploy && prisma generate --no-engine && next build"
},
"author": "Josh Pullen",
"license": "ISC",
"dependencies": {
"@headlessui/react": "^2.0.3",
"@monaco-editor/react": "^4.6.0",
"@prisma/client": "^5.16.2",
"@prisma/extension-accelerate": "^1.1.0",
"aws-sdk": "^2.1261.0",
"bcrypt": "^5.1.1",
"classnames": "^2.3.1",
"codesandbox": "^2.2.3",
"form-data": "^4.0.0",
"highlight.js": "^11.9.0",
"jszip": "^3.10.1",
"nanoid": "^5.0.4",
"next": "^14.1.4",
"node-fetch": "^3.2.9",
"raw-body": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-hotkeys-hook": "^4.4.1",
"react-tooltip": "^5.26.3",
"sb-edit": "^0.13.14",
"scratchblocks": "^3.6.0",
"server-only": "^0.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/bcrypt": "^5.0.2",
"@types/node": "^18.11.9",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.7",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.14",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"prisma": "^5.16.2",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.5"
}
}