-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "joshuapullen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@urql/next": "^1.0.0",
"chrome-aws-lambda": "^10.1.0",
"classnames": "^2.3.1",
"graphql": "^16.7.1",
"gray-matter": "^4.0.2",
"lodash": "^4.17.21",
"markdown-to-txt": "^2.0.1",
"next": "^13.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^6.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^5.1.0",
"rehype-slug": "^5.0.1",
"urql": "^4.0.5"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.2.5",
"dotenv": "^16.3.1",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.1"
}
}