mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-16 10:20:20 -04:00
Workspace Works Now
This commit is contained in:
parent
0708f5eba5
commit
a97eab2a93
41248
package-lock.json
generated
Normal file
41248
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -16,14 +16,13 @@
|
||||||
"bootstrap-icons": "^1.2.2",
|
"bootstrap-icons": "^1.2.2",
|
||||||
"emailjs-com": "^2.6.4",
|
"emailjs-com": "^2.6.4",
|
||||||
"jquery": "^3.5.1",
|
"jquery": "^3.5.1",
|
||||||
"node-sass": "4.14",
|
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
"react-bootstrap": "^1.5.1",
|
"react-bootstrap": "^1.5.1",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.1",
|
||||||
"react-icons": "^4.2.0",
|
"react-icons": "^4.2.0",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
"react-scripts": "4.0.0",
|
"react-scripts": "^4.0.3",
|
||||||
"serve": "^11.3.2",
|
"serve": "^11.3.2",
|
||||||
"styled-components": "^5.2.1",
|
"styled-components": "^5.2.1",
|
||||||
"tsutils": "^3.20.0",
|
"tsutils": "^3.20.0",
|
||||||
|
@ -31,7 +30,10 @@
|
||||||
"web-vitals": "^0.2.4"
|
"web-vitals": "^0.2.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "serve -s build/"
|
"start": "react-scripts start",
|
||||||
|
"build": "react-scripts build",
|
||||||
|
"test": "react-scripts test",
|
||||||
|
"eject": "react-scripts eject"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
@ -52,6 +54,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"node-sass": "^6.0.0",
|
||||||
"react-spring": "^8.0.27"
|
"react-spring": "^8.0.27"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
src/bootstrap.scss
vendored
2
src/bootstrap.scss
vendored
|
@ -1 +1 @@
|
||||||
//@import "~bootstrap/scss/bootstrap.scss";
|
@import "~bootstrap/scss/bootstrap.scss";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user