-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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": "pokemons-react",
"version": "0.1.0",
"author": "Flavio Leonardo",
"private": false,
"homepage": "https://github-LeonardoMachado30.github.io/frontend-test-two",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "next build && next export && gh-pages -d out -t true"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"axios": "^1.3.2",
"babel-plugin-styled-components": "^2.1.4",
"dotenv": "^16.0.3",
"next": "13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-string-replace": "^1.1.0",
"touch": "^3.1.0"
},
"devDependencies": {
"@types/node": "20.4.0",
"autoprefixer": "^10.4.14",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"gh-pages": "^4.0.0",
"postcss": "^8.4.26",
"postcss-import": "^15.1.0",
"styled-components": "^5.3.6",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}