-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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
{
"name": "vaktija.ba",
"version": "6.0.1",
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.2.0",
"compression": "^1.7.4",
"express": "^4.18.1",
"express-favicon": "^2.0.1",
"moment-duration-format": "2.3.2",
"moment-hijri": "^2.1.2",
"moment-timezone": "^0.5.34",
"path": "^0.12.7",
"prerender-node": "^3.5.0",
"react": "^17.0.2",
"react-bootstrap": "^2.4.0",
"react-browser-notifications": "^1.0.14",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.3.0",
"react-screen-wake-lock": "^1.1.10",
"react-scripts": "4.0.3",
"slugify": "^1.6.5",
"typescript": "^4.7.4",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
},
"scripts": {
"https": "HTTPS=true react-scripts start",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"start": "node server.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}