-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 848 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "vite --host --port 4000"
},
"keywords": [],
"dependencies": {
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@mui/base": "5.0.0-beta.64",
"@mui/icons-material": "^6.1.10",
"@mui/lab": "6.0.0-beta.18",
"@mui/material": "6.1.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.3"
},
"devDependencies": {
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.2.1",
"eslint": "9.16.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-refresh": "0.4.16",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-tsconfig-paths": "4.3.1"
},
"author": "LucasGobatto",
"license": "ISC"
}