-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 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
{
"name": "netam",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.6.5",
"@prisma/client": "^3.14.0",
"apollo-server-micro": "^3.8.1",
"deepmerge": "^4.2.2",
"feed": "^4.2.2",
"fuse.js": "^6.6.2",
"graphql": "^16.5.0",
"graphql-scalars": "^1.17.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"next": "^12.1.6",
"next-auth": "^4.3.4",
"next-mdx-remote": "^4.0.3",
"next-sitemap": "^2.5.25",
"next-themes": "^0.2.0",
"nexus": "^1.3.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-prism": "^1.3.6",
"remark-unwrap-images": "^3.0.1",
"sharp": "^0.30.5",
"string-strip-html": "^9.1.12",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/micro-cors": "^0.1.2",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/remark-prism": "^1.3.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-next": "^12.1.6",
"postcss": "^8.4.14",
"prisma": "^3.14.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2"
}
}