-
- Downloads
Insert Matomo Piwik in code
parent
a4e6f329
No related branches found
No related tags found
This diff is collapsed.
... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
"loaders.css": "^0.1.2", | "loaders.css": "^0.1.2", | ||
"material-table": "^1.36.0", | "material-table": "^1.36.0", | ||
"node-sass": "^4.13.1", | "node-sass": "^4.13.1", | ||
"piwik-react-router": "^0.12.1", | |||
"react": "^16.12.0", | "react": "^16.12.0", | ||
"react-apexcharts": "^1.3.7", | "react-apexcharts": "^1.3.7", | ||
"react-base-table": "^1.9.2", | "react-base-table": "^1.9.2", | ||
... | @@ -43,10 +44,10 @@ | ... | @@ -43,10 +44,10 @@ |
"scripts": { | "scripts": { | ||
"startDev": "REACT_APP_STAGE=development react-scripts start", | "startDev": "REACT_APP_STAGE=development react-scripts start", | ||
"buildDev": "PUBLIC_URL=/mapfor REACT_APP_STAGE=development react-scripts build", | "buildDev": "PUBLIC_URL=/mapfor REACT_APP_STAGE=development react-scripts build", | ||
"startHom": "REACT_APP_STAGE=homologa react-scripts start", | "startHom": "REACT_APP_STAGE=homologa REACT_APP_SITEID=16 react-scripts start", | ||
"buildHom": "PUBLIC_URL=/mapfor REACT_APP_STAGE=homologa react-scripts build", | "buildHom": "PUBLIC_URL=/mapfor REACT_APP_STAGE=homologa REACT_APP_SITEID=16 react-scripts build", | ||
"startProd": "REACT_APP_STAGE=production react-scripts start", | "startProd": "REACT_APP_STAGE=production REACT_APP_SITEID=14 react-scripts start", | ||
"buildProd": "PUBLIC_URL=/mapfor REACT_APP_STAGE=production react-scripts build", | "buildProd": "PUBLIC_URL=/mapfor REACT_APP_STAGE=production REACT_APP_SITEID=14 react-scripts build", | ||
"test": "react-scripts test", | "test": "react-scripts test", | ||
"eject": "react-scripts eject" | "eject": "react-scripts eject" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment