-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "portfolio",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ikraamdaanis/portfolio-old.git"
},
"homepage": "https://github.com/ikraamdaanis/portfolio-old#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"@vercel/analytics": "^1.4.1",
"eslint-config-next": "^15.1.2",
"gsap": "^3.12.5",
"hover-effect": "^1.2.1",
"next": "^15.1.2",
"react": "^19.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "8.18.1",
"eslint": "9.17.0",
"typescript": "5.7.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ikraamdaanis/portfolio-old/issues"
}
}