forked from yagovysk/EcoSempreProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.78 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
{
"name": "eco-sempre",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:server": "json-server --watch data/db.json --routes data/routes.json --port 8080 -d 1000",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.35",
"@headlessui/react": "^1.7.17",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-google-maps/api": "^2.19.2",
"@tinymce/tinymce-react": "^4.3.0",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"html-react-parser": "^4.2.2",
"jwt-decode": "^3.1.2",
"keen-slider": "^6.8.6",
"lodash.throttle": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"swiper": "^9.3.2",
"swr": "^2.2.1",
"tailwind-merge": "^1.14.0",
"use-places-autocomplete": "^4.0.1"
},
"devDependencies": {
"@hookform/resolvers": "^3.1.0",
"@iconify/react": "^4.1.0",
"@rocketseat/eslint-config": "^2.1.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"json-server": "^0.17.3",
"postcss": "^8.4.27",
"react-hook-form": "^7.44.2",
"tailwindcss": "^3.3.3",
"vite": "^4.3.2",
"zod": "^3.21.4"
}
}