-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 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
{
"name": "portAL",
"version": "1.5.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.6",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-regular-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.19",
"@material-ui/core": "^4.12.4",
"@material-ui/docs": "^4.0.0-beta.4",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"axios": "^0.18.0",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.3.2",
"cryptiles": "^4.1.2",
"i": "^0.3.6",
"js-cookie": "^2.2.0",
"macaddress": "^0.2.9",
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
"npm": "^6.4.1",
"prop-types": "^15.6.1",
"react": "^16.14.0",
"react-app-rewire-mobx": "^1.0.8",
"react-app-rewired": "^1.5.2",
"react-cookie-consent": "^2.0.0",
"react-dom": "^16.14.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-spinners": "^0.3.3",
"styled-components": "^3.3.3",
"typeface-roboto": "0.0.54",
"url-parse": "^1.4.3"
},
"scripts": {
"start": "REACT_APP_BACKEND_HOST=http://localhost:8000 react-app-rewired start",
"build": "REACT_APP_BACKEND_HOST=http://localhost:8000 react-app-rewired build",
"build_prod": "REACT_APP_BACKEND_HOST=https://api.rpgkrakow.pl react-app-rewired build *****",
"test": "react-app-rewired test --env=jsdom"
}
}