-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.66 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "portfolio",
"version": "1.0.0",
"description": "A Progressive Web App about Humayon Zafar",
"repository": {
"type": "git",
"url": "git+https://github.com/humayonzafar/portfolio.git"
},
"keywords": [
"nextjs",
"starter"
],
"scripts": {
"dev": "next",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\"",
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write",
"postinstall": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "1.0.15",
"@chakra-ui/react": "1.7.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mapbox/rehype-prism": "0.7.0",
"@mdx-js/loader": "1.6.22",
"@next/mdx": "11.1.2",
"@sendgrid/mail": "^7.6.0",
"cross-env": "7.0.3",
"date-fns": "2.23.0",
"firebase-admin": "9.11.1",
"framer-motion": "^4.1.17",
"gray-matter": "4.0.3",
"mdx-prism": "0.3.4",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "3.0.4",
"next-plausible": "2.1.1",
"next-pwa": "^5.4.4",
"next-seo": "4.27.0",
"react": "17.0.2",
"react-awesome-reveal": "3.8.1",
"react-dom": "17.0.2",
"react-ga": "3.3.0",
"react-hook-form": "^7.22.4",
"react-hotkeys-hook": "3.4.0",
"react-icons": "4.2.0",
"react-intersection-observer": "^8.33.1",
"react-query": "3.23.2",
"react-text-transition": "1.3.0",
"reading-time": "1.5.0",
"remark-autolink-headings": "7.0.1",
"remark-code-titles": "0.1.2",
"remark-slug": "7.0.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@chakra-ui/theme-tools": "^1.3.1",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@types/node": "16.9.2",
"@types/react": "17.0.21",
"@types/react-dom": "17.0.9",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.32.0",
"eslint-config": "0.3.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "7.0.2",
"next": "11.1.2",
"prettier": "2.4.1",
"rehype": "12.0.0"
},
"author": "Humayon Zafar",
"license": "MIT",
"bugs": {
"url": "https://github.com/humayonzafar/portfolio/issues"
},
"homepage": "https://github.com/humayonzafar/portfolio#readme"
}