-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 996 Bytes
/
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
{
"name": "portfolio",
"version": "1.0.0",
"homepage": "https://marcelozapatta.github.io/portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "yarn build && touch out/.nojekyll",
"deploy": "gh-pages -t -d out"
},
"dependencies": {
"@types/node": "20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"animate.css": "^4.1.1",
"autoprefixer": "10.4.14",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"next": "13.4.1",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.2",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.62.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"engines": {
"node": ">=14.6.0"
},
"devDependencies": {
"gh-pages": "^5.0.0"
}
}