-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.55 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
{
"name": "zaxe-knowledge-base",
"version": "1.0.0",
"private": true,
"author": {
"name": "JAEGER",
"email": "omer.kayalar0101@icloud.com",
"url": "https://jaeger-dvlp.dev",
"twitter": "7AEGER_",
"github": "jaeger-dvlp"
},
"scripts": {
"dev": "next dev",
"dev-local": "cross-env APIURL=http://localhost:3005/internal/api next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.4",
"aos": "^3.0.0-beta.6",
"axios": "^0.27.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.4",
"eslint-import-resolver-alias": "^1.1.2",
"gray-matter": "^4.0.3",
"next": "12.2.0",
"next-i18next": "^11.0.0",
"next-mdx-remote": "^4.1.0",
"next-sitemap": "^3.1.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.4.0",
"rehype-highlight": "^5.0.2",
"sharp": "^0.31.2",
"swiper": "^8.3.1",
"uuid": "^8.3.2",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.2.0",
"autoprefixer": "^10.4.7",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.14",
"prettier": "2.7.1",
"tailwindcss": "^3.1.4"
}
}