forked from city-of-shreveport/CrimeCameraClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 856 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 856 Bytes
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
{
"name": "react-package",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --public-url ./"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/serialize": "^1.1.1",
"@emotion/styled": "^11.10.5",
"@emotion/utils": "^1.2.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/styled-engine-sc": "^5.11.0",
"@sarafhbk/react-audio-recorder": "^1.1.2",
"google-map-react": "^2.1.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@parcel/transformer-sass": "2.5.0",
"browserslist": "4.19.3",
"parcel": "^2.3.2",
"parcel-reporter-static-files-copy": "^1.3.4"
}
}