Skip to content

Commit

Permalink
Remove unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc authored and marcus-oscarsson committed Jul 20, 2023
1 parent 67080f4 commit a2606b3
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 630 deletions.
11 changes: 0 additions & 11 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 21 additions & 22 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "ui",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"format": "npm run prettier -- --write",
"fix": "npm run eslint -- --fix",
"prettier": "prettier . --cache --check",
"eslint": "eslint \"**/*.{js,jsx}\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
Expand Down Expand Up @@ -58,32 +67,10 @@
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.6.1",
"underscore": "^1.8.3",
"web-vitals": "^2.1.4",
"webpack": "^5.69.1",
"webpack-dev-server": "^4.8.0",
"ws": "^8.5.0"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"format": "npm run prettier -- --write",
"fix": "npm run eslint -- --fix",
"prettier": "prettier . --cache --check",
"eslint": "eslint \"**/*.{js,jsx}\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@testing-library/cypress": "^9.0.0",
Expand All @@ -98,5 +85,17 @@
"less": "^4.1.2",
"less-watch-compiler": "^1.16.3",
"prettier": "3.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
218 changes: 0 additions & 218 deletions ui/src/components/Cryo/CryoInput.jsx

This file was deleted.

37 changes: 0 additions & 37 deletions ui/src/components/Cryo/DefaultBusy.jsx

This file was deleted.

Loading

0 comments on commit a2606b3

Please sign in to comment.