-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "alyssa",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.3",
"@heroicons/react": "^1.0.6",
"@prisma/client": "3.14.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"apollo-server-core": "^3.8.1",
"apollo-server-micro": "^3.8.1",
"axios": "^0.27.2",
"graphql": "^16.5.0",
"micro": "^9.3.4",
"next": "12.1.6",
"next-auth": "^4.3.4",
"prisma": "^3.14.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-markdown": "^8.0.3",
"react-scroll": "^1.8.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
},
"workspaces": {
"nohoist": [
"@tailwindcss/forms",
"@tailwindcss/forms/**"
]
}
}