-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
78 lines (78 loc) · 1.96 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
69
70
71
72
73
74
75
76
77
78
{
"name": "webpage",
"version": "5.1.0",
"description": "My personal webpage source >:3",
"author": {
"email": "[email protected]",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"license": "GPL-3.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config sitemap.config.js",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"update": "taze latest -w"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@giscus/react": "^2.3.0",
"@tailwindcss/typography": "^0.5.10",
"axios": "^1.6.2",
"calculate-readtime": "^0.0.3",
"classnames": "^2.3.2",
"graphql": "^16.8.1",
"highlight.js": "^11.9.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"moment": "^2.29.4",
"next": "^14.0.4",
"next-seo": "^6.4.0",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-simple-tetris": "^0.3.1",
"react-toastify": "^9.1.3",
"react-use": "^17.4.2",
"react-use-lanyard": "^0.3.1",
"sharp": "^0.33.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.69.5",
"tailwindcss": "^3.3.6",
"taze": "^0.13.0",
"typescript": "^5.3.3",
"yarn": "^1.22.21"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}