-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "real-time-parking",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^4.10.0",
"firebase-tools": "^3.18.1",
"material-ui": "^0.20.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-form-validator-core": "^0.4.1",
"react-icons": "^2.2.7",
"react-material-ui-form-validator": "^1.1.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-swipeable-views": "^0.12.13",
"reactstrap": "^6.0.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "engrrbilal"
},
"keywords": [
"real-time-parking",
"online-parking"
],
"author": "Muhammad Bilal",
"license": "ISC"
}