-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.28 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
{
"name": "portfolio",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abutahermuhammad/portfolio"
},
"dependencies": {
"@next/third-parties": "^15.0.4",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^6.15.1",
"@sanity/image-url": "^1.0.2",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.8",
"next": "14.1.1",
"next-sanity": "^8.5.5",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"autoprefixer": "^10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "^14.1.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1"
},
"keywords": [],
"author": "Abu Taher Muhammad <[email protected]>",
"license": "MIT",
"bugs": {
"url": "git+https://github.com/abutahermuhammad/portfolio/issues"
},
"homepage": "https://at-mah.vercel.app",
"browserslist": [
"chrome 64",
"edge 79",
"firefox 67",
"opera 51",
"safari 12"
]
}