-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "portfolio",
"version": "1.0.1",
"description": "Eduardo Dusik - Desenvolvedor Web Front-end",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"keywords": [
"Eduardo",
"Dusik",
"Desenvolvedor",
"Front-end",
"Portfólio",
"Dev"
],
"author": "Eduardo Dusik",
"license": "ISC",
"dependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.7.4",
"emojis": "^1.0.10",
"i18next": "^23.10.1",
"next": "^14.2.21",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-icons": "^5.0.1",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"react-switch": "^7.0.0",
"styled-components": "^6.1.8",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^17.0.79",
"babel-plugin-styled-components": "^1.12.0"
}
}