-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.91 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.91 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
65
{
"name": "shahidul-portfolio",
"description": "Portfolio website of Shahidul Islam Jahid",
"private": true,
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./ --ignore-path .gitignore"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^2.9.10",
"@next/font": "^13.0.6",
"@react-three/drei": "^9.109.5",
"@react-three/fiber": "^8.17.5",
"@vercel/analytics": "^0.1.6",
"clsx": "^1.2.1",
"maath": "^0.10.8",
"next": "13.0.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-transition-group": "^4.4.5",
"react-tsparticles": "^2.9.3",
"scrollreveal": "^4.0.9",
"styled-components": "^5.3.9",
"three": "^0.167.1",
"tsparticles": "^2.9.3",
"typewriter-effect": "^2.19.0",
"zod": "^3.20.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.2.5",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}