-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "tripmeister",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/styles": "^5.7.0",
"@wojtekmaj/react-daterange-picker": "^3.4.0",
"date-fns": "^2.28.0",
"firebase": "^9.7.0",
"mapbox-gl": "^2.7.1",
"next": "12.1.1",
"rc-time-picker": "^3.7.3",
"react": "^18.0.0",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.7.0",
"react-doc-viewer": "^0.1.5",
"react-dom": "^18.0.0",
"react-file-viewer": "^1.2.1",
"react-map-gl": "^7.0.10",
"react-mapbox-gl": "^5.1.1",
"react-mui-dropzone": "^4.0.6",
"react-simple-timefield": "^3.2.5",
"react-social-login-buttons": "^3.6.0",
"react-time-picker-input": "^2.0.10",
"tailwind-styled-components": "^2.1.4",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}