Workspace Works Now

This commit is contained in:
Ram Vempati 2021-06-02 21:52:18 -04:00
parent 0708f5eba5
commit a97eab2a93
4 changed files with 51242 additions and 9663 deletions

41248
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -16,14 +16,13 @@
"bootstrap-icons": "^1.2.2",
"emailjs-com": "^2.6.4",
"jquery": "^3.5.1",
"node-sass": "4.14",
"popper.js": "^1.16.1",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-scripts": "^4.0.3",
"serve": "^11.3.2",
"styled-components": "^5.2.1",
"tsutils": "^3.20.0",
@ -31,7 +30,10 @@
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "serve -s build/"
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
@ -52,6 +54,7 @@
]
},
"devDependencies": {
"node-sass": "^6.0.0",
"react-spring": "^8.0.27"
}
}

2
src/bootstrap.scss vendored
View File

@ -1 +1 @@
//@import "~bootstrap/scss/bootstrap.scss";
@import "~bootstrap/scss/bootstrap.scss";

19646
yarn.lock

File diff suppressed because it is too large Load Diff