-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "developer-blog",
"version": "1.0",
"description": "İbrahim Uzun | Developer Website",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"icon": "svgr icons -d components/icons --icon --replace-attr-values \"#fff=currentColor\""
},
"keywords": [],
"author": "ibrahim uzun",
"license": "ISC",
"dependencies": {
"@svgr/webpack": "^5.4.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"next": "^10.0.7",
"next-seo": "^4.17.0",
"notion-client": "^4.3.2",
"notion-utils": "^4.3.0",
"react": "^16.14.0",
"react-cool-onclickoutside": "^1.5.9",
"react-dom": "^16.14.0",
"react-hot-toast": "^1.0.2",
"react-icons": "^4.1.0",
"react-notion": "^0.9.3",
"react-notion-x": "^4.3.1",
"react-static-tweets": "^0.2.6",
"remixicon": "^2.5.0",
"sass": "^1.29.0",
"static-tweets": "^0.2.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.8",
"@svgr/cli": "^5.4.0",
"@types/classnames": "^2.2.11",
"@types/node": "^14.14.7",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.56",
"@types/react-helmet": "^6.1.0",
"autoprefixer": "^9.8.6",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.1.7",
"postcss-custom-media": "^7.0.8",
"postcss-focus-visible": "^5.0.0",
"postcss-loader": "^4.0.4",
"postcss-nested": "^4.2.3",
"prettier": "^2.0.5",
"react-use": "^15.3.3",
"tailwindcss": "^1.9.6",
"typescript": "^4.2.3"
}
}