|
16 | 16 | "@types/react-router": "^4.0.15", |
17 | 17 | "@types/react-router-dom": "^4.0.7", |
18 | 18 | "file-saver": "^1.3.3", |
19 | | - "precompress": "^5.1.0", |
20 | 19 | "react": "^15.6.1", |
21 | 20 | "react-bootstrap": "^0.31.3", |
22 | 21 | "react-codemirror": "^1.0.0", |
|
25 | 24 | "react-router-bootstrap": "^0.24.4", |
26 | 25 | "react-router-dom": "^4.2.2", |
27 | 26 | "react-scripts": "^3.2.0", |
28 | | - "react-splitter-layout": "^0.2.1", |
29 | | - "tslint": "^5.0.0", |
30 | | - "workbox-cli": "^4.3.1" |
| 27 | + "react-splitter-layout": "^0.2.1" |
31 | 28 | }, |
32 | 29 | "scripts": { |
33 | 30 | "start": "npm run version-ts; react-scripts start", |
34 | | - "build": "npm run version-ts; react-scripts build && workbox generateSW workbox-config.js && precompress build", |
| 31 | + "build": "npm run version-ts; react-scripts build; workbox generateSW workbox-config.js && precompress build", |
35 | 32 | "test": "react-scripts test --env=jsdom", |
36 | 33 | "version-ts": "echo \"export const REF_NAME = '${CI_COMMIT_REF_NAME}';\nexport const COMMIT_SHA = '`git rev-parse --short HEAD`';\nexport const PIPELINE_ID = '${CI_PIPELINE_ID}';\nexport const BUILD_DATE = '`date --utc`';\" > ./src/components/Version.tsx" |
37 | 34 | }, |
38 | 35 | "devDependencies": { |
39 | | - "typescript": "^3.7.0" |
| 36 | + "precompress": "^5.1.0", |
| 37 | + "tslint": "^5.0.0", |
| 38 | + "typescript": "^3.7.0", |
| 39 | + "workbox-cli": "^4.3.1" |
40 | 40 | }, |
41 | 41 | "browserslist": { |
42 | 42 | "production": [ |
|
0 commit comments