-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "portifolio",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/HMDarkFir3/portifolio",
"author": "Henrique Marques <[email protected]> (https://github.com/HMDarkFir3)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"embla-carousel": "^8.1.7",
"embla-carousel-react": "^8.1.7",
"next": "^14.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"typescript": "5.1.6"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"commitlint": "^19.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"husky": "^9.1.1",
"prettier": "^3.2.3",
"sass": "^1.69.2"
},
"packageManager": "[email protected]"
}