-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 917 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": "react-practice",
"version": "0.1.0",
"private": true,
"scripts": {
"api": "mock -p 5000 -w ./src",
"start": "react-scripts start & yarn api",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [],
"dependencies": {
"@patternfly/patternfly": "2.8.3",
"@patternfly/react-charts": "4.4.2",
"@patternfly/react-core": "3.51.0",
"@patternfly/react-icons": "3.9.3",
"@patternfly/react-styles": "3.4.4",
"@patternfly/react-table": "2.13.19",
"@patternfly/react-tokens": "2.6.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"jquery": "^3.4.1"
},
"devDependencies": {
"apidoc-mock": "^3.0.1"
}
}