-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 888 Bytes
/
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
{
"name": "testing",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@react-google-maps/api": "^2.18.1",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"google-map-react": "^2.2.1",
"parcel": "^2.9.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.10.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.12.0",
"react-toastify": "^9.1.3"
},
"devDependencies": {
"buffer": "^6.0.3",
"postcss": "^8.4.21",
"process": "^0.11.10",
"tailwindcss": "^3.2.7"
}
}