Skip to content

Commit 1f56a4a

Browse files
committed
remove bloat
1 parent 50f0c4f commit 1f56a4a

16 files changed

+1331
-7422
lines changed

frontend/package-lock.json

Lines changed: 375 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@types/react-router": "^4.0.15",
1717
"@types/react-router-dom": "^4.0.7",
1818
"file-saver": "^1.3.3",
19-
"precompress": "^5.1.0",
2019
"react": "^15.6.1",
2120
"react-bootstrap": "^0.31.3",
2221
"react-codemirror": "^1.0.0",
@@ -25,18 +24,19 @@
2524
"react-router-bootstrap": "^0.24.4",
2625
"react-router-dom": "^4.2.2",
2726
"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"
3128
},
3229
"scripts": {
3330
"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",
3532
"test": "react-scripts test --env=jsdom",
3633
"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"
3734
},
3835
"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"
4040
},
4141
"browserslist": {
4242
"production": [

frontend/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="prefetch" href="%PUBLIC_URL%/webworker.js" as="worker">
1010
<link rel="preload" href="/static/fonts/glyphicons-halflings-regular.woff2" as="font" crossorigin>
1111
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
12-
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
12+
<link rel="stylesheet" href="/static/css/main.css">
1313
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
1414
<link rel="apple-touch-icon" href="iconios.png">
1515
<title>SOSML</title>

0 commit comments

Comments
 (0)