-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "mosaic-light-react",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-query-firebase/firestore": "^0.4.2",
"@tailwindcss/forms": "^0.4.0",
"add": "^2.0.6",
"browser-image-compression": "^2.0.0",
"chart.js": "^3.5.0",
"chartjs-adapter-moment": "^1.0.0",
"daisyui": "^2.14.3",
"firebase": "^9.8.1",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.0",
"react-flatpickr": "^3.10.7",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.30.0",
"react-loading-skeleton": "^3.1.0",
"react-query": "^3.39.0",
"react-router-dom": "^6.2.1",
"react-toastify": "^9.0.1",
"react-transition-group": "^4.4.1",
"vite-plugin-svgr": "^2.1.0",
"yarn": "^1.22.18"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.5",
"sass": "^1.49.0",
"tailwindcss": "^3.0.15",
"vite": "^2.7.2"
}
}