-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "bookend",
"private": true,
"homepage": "https://bookendd.vercel.app",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"co": "sui-mono commit"
},
"dependencies": {
"@apollo/client": "3.5.6",
"@graphql-tools/schema": "8.3.1",
"apollo-server": "3.5.0",
"apollo-server-micro": "3.5.0",
"escape-string-regexp": "5.0.0",
"graphql": "16.1.0",
"intersection-observer": "0.12.0",
"jsonwebtoken": "9.0.0",
"micro": "9.3.4",
"micro-cors": "0.1.1",
"mongoose": "6.11.3",
"next": "13.5.0",
"next-auth": "4.20.1",
"next-pwa": "5.5.4",
"nextjs-cors": "2.1.0",
"node-vibrant": "3.2.1-alpha.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "7.22.2",
"react-textarea-autosize": "8.3.3",
"react-toastify": "8.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "12.1.6",
"@s-ui/mono": "2.26.0",
"@types/jsonwebtoken": "8.5.8",
"@types/micro-cors": "0.1.2",
"@types/morgan": "1.9.3",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"@types/tailwindcss": "2.2.4",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"autoprefixer": "10.4.0",
"cssnano": "5.1.7",
"eslint": "8.4.0",
"eslint-config-next": "12.0.7",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"morgan": "1.10.0",
"postcss": "8.4.31",
"postcss-import": "14.0.2",
"tailwindcss": "3.0.7",
"typescript": "4.5.2"
}
}