-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"codegen": "graphql-codegen --require dotenv/config --config codegen.ts dotenv_config_path=./.env.local"
},
"dependencies": {
"@apollo/client": "^3.8.4",
"@apollo/experimental-nextjs-app-support": "^0.4.2",
"@auth0/nextjs-auth0": "^3.1.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.28.0",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/nested-list": "^1.3.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@graphql-typed-document-node/core": "^3.2.0",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"dotenv": "^16.3.1",
"editorjs-html": "^3.4.3",
"encoding": "^0.1.13",
"firebase": "^10.5.0",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"graphql-ws": "^5.14.0",
"gray-matter": "^4.0.3",
"next": "^14.2.2",
"next-themes": "^0.2.1",
"node-html-parser": "^6.1.10",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-toastify": "^9.1.3",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"styled-components": "^6.0.8",
"typescript": "^4.7.4",
"zenn-content-css": "0.1.106",
"zenn-embed-elements": "0.1.106",
"zenn-markdown-html": "0.1.106"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^18.0.3",
"@types/prismjs": "^1.26.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.7",
"daisyui": "^3.7.4",
"eslint-config-next": "^14.2.2",
"postcss": "^8.4.14",
"serve": "^14.2.1",
"tailwindcss": "^3.3.3"
},
"browser": {
"fs": false
}
}