-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.24 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.24 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@patternfly/react-charts": "^5.0.13",
"@patternfly/react-core": "^3.112.3",
"@patternfly/react-styles": "^3.5.27",
"@patternfly/react-topology": "^2.8.65",
"@types/jest": "24.0.19",
"@types/node": "12.11.1",
"@types/react": "16.9.7",
"@types/react-dom": "16.9.2",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.0",
"@types/react-syntax-highlighter": "^11.0.2",
"axios": "^0.19.0",
"latest-version": "^5.1.0",
"patternfly-react": "^2.39.5",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-github-login": "^1.0.3",
"react-markdown": "^4.2.2",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-syntax-highlighter": "^11.0.2",
"reactjs-popup": "^1.5.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"typescript": "3.6.4"
},
"scripts": {
"start": "PORT=8080 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.tsx",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.5.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"gh-pages": "^2.1.1",
"prettier": "^1.18.2"
}
}