-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.45 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
{
"name": "colempub",
"version": "1.0.12",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
"keycloak-js": "^10.0.2",
"prop-types": "^15.6.2",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.3",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-loading": "^2.0.3",
"react-markdown": "^4.1.0",
"react-pdf": "^4.0.5",
"react-responsive-carousel": "^3.2.9",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "3.4.0",
"sass": "^1.68.0"
},
"scripts": {
"start": "react-scripts start",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && 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"
],
"devDependencies": {
"@types/react": "^16.9.23",
"@types/react-router-dom": "^5.1.3",
"bestzip": "^2.1.2",
"copy-and-watch": "^0.1.4",
"cross-env": "^5.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"ftp-deploy": "^2.3.0",
"jest": "^24.9.0",
"prettier": "^1.18.2"
}
}