-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.44 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.44 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
{
"name": "portfolio",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"next": "^14.2.15",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.6.4",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5.4.5"
},
"description": "[](https://github.com/alsiam/urFolio/blob/main/LICENSE) [](https://github.com/alsiam/urFolio/stargazers) [](https://github.com/alsiam/urFolio/issues) [](https://github.com/alsiam/urFolio/network)",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SharGen/portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SharGen/portfolio/issues"
},
"homepage": "https://github.com/SharGen/portfolio#readme"
}