-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·59 lines (59 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "practical-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"config": "^3.1.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.17.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.8.6",
"react-event-timeline": "^1.6.3",
"react-form-validator-core": "^0.6.4",
"react-google-login": "^5.0.4",
"react-google-oauth": "^1.0.0",
"react-grid-gallery": "^0.5.5",
"react-phone-input-2": "^2.9.4",
"react-phone-number-input": "^2.3.18",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router-with-props": "^0.1.3",
"react-scripts": "2.1.8",
"react-scroll": "^1.7.11",
"react-vertical-timeline-component": "^2.3.1",
"react-window": "^1.8.1",
"reactjs-input-validator": "^0.16.4",
"vertical-timeline-component-for-react": "^1.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wenyanl/MyPHR_Portal_MockAPIs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wenyanl/MyPHR_Portal_MockAPIs/issues"
},
"homepage": "https://github.com/wenyanl/MyPHR_Portal_MockAPIs#readme"
}