-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.11 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "start_business_web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@popperjs/core": "^2.11.8",
"@unform/core": "^2.1.6",
"@unform/web": "^2.1.6",
"axios": "^1.2.0",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"date-fns": "^2.0.0",
"firebase": "^9.14.0",
"flowbite": "^1.4.7",
"flowbite-react": "^0.1.3",
"focus-trap-react": "^10.1.4",
"leaflet": "^1.8.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-day-picker": "^8.7.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-image-gallery": "^1.2.11",
"react-leaflet": "^4.0.1",
"react-modal": "^3.15.1",
"react-popper": "^2.3.0",
"react-router-dom": "^6.3.0",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"react-tooltip": "^5.11.1",
"sass": "^1.53.0",
"socket.io-client": "^4.6.1",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/leaflet": "^1.7.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-image-gallery": "^1.2.0",
"@types/react-leaflet": "^2.8.2",
"@types/react-modal": "^3.13.1",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^2.9.9"
}
}