-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.01 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.01 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --require dotenv/config"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@graphql-codegen/import-types-preset": "^2.2.3",
"@types/markdown-it": "^12.2.3",
"axios": "^0.27.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"daisyui": "^2.19.1",
"eslint-import-resolver-typescript": "^3.3.0",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"next": "12.2.2",
"next-seo": "^5.5.0",
"next-share": "^0.18.1",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.3",
"react-multi-carousel": "^2.8.2",
"react-syntax-highlighter": "^15.5.0",
"reading-time-estimator": "^1.5.3",
"theme-change": "^2.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.11.3",
"@graphql-codegen/introspection": "2.2.0",
"@graphql-codegen/typescript": "2.7.2",
"@graphql-codegen/typescript-operations": "2.5.2",
"@graphql-codegen/typescript-react-apollo": "3.3.2",
"@svgr/webpack": "^6.3.1",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "18.0.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"graphql-codegen": "^0.4.0",
"graphql-codegen-apollo-next-ssr": "^1.7.4",
"init": "^0.1.2",
"postcss": "^8.4.14",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}