Skip to content

Commit

Permalink
Merge pull request #54 from uclaacm/styling
Browse files Browse the repository at this point in the history
Styling
  • Loading branch information
archishadatta committed Feb 1, 2022
2 parents 3763559 + bfbc9ed commit 999793a
Show file tree
Hide file tree
Showing 39 changed files with 8,783 additions and 123 deletions.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,32 @@
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/react-router-dom": "^5.1.8",
"@types/svg-injector": "0.0.29",
"babelify": "^10.0.0",
"bootstrap": "5.0.2",
"browserify": "^17.0.0",
"chroma-js": "^2.1.2",
"rc-slider": "^9.7.2",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.4",
"react-dom": "^17.0.2",
"react-modal": "^3.14.3",
"react-router-dom": "^5.2.0"
"react-router-dom": "^5.2.0",
"react-select": "^5.2.1",
"react-slider": "^1.3.1",
"react-svg-inline": "^2.1.1",
"react-svgmt": "^1.1.11",
"svg-injector": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/chroma-js": "^2.1.3",
"@types/react-modal": "^3.12.1",
"@types/react-slider": "^1.3.1",
"@types/react-svg-inline": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.26.1",
"babel-loader": "^8.2.2",
Expand Down
Loading

0 comments on commit 999793a

Please sign in to comment.