-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.29 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
47
48
{
"name": "vidaemdia",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@types/styled-components": "^5.1.26",
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.3",
"react-router-dom": "^6.4.3",
"sort-by": "^1.2.0",
"styled-components": "^5.3.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
},
"description": "��#\u0000 \u0000v\u0000i\u0000d\u0000a\u0000e\u0000m\u0000d\u0000i\u0000a\u0000\r\u0000 \u0000",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/guisdarocha/vidaemdia.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/guisdarocha/vidaemdia/issues"
},
"homepage": "https://github.com/guisdarocha/vidaemdia#readme"
}