Add all packages

This commit is contained in:
Aditya Vasantharao 2021-03-24 00:49:47 -04:00
parent be47927678
commit b551f76bb7
2 changed files with 17075 additions and 4 deletions

17075
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,6 @@
"bootstrap": "^4.6.0",
"bootstrap-icons": "^1.2.2",
"emailjs-com": "^2.6.4",
"gh-pages": "^3.1.0",
"jquery": "^3.5.1",
"node-sass": "4.14",
"popper.js": "^1.16.1",
@ -34,6 +33,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
@ -55,6 +56,7 @@
]
},
"devDependencies": {
"gh-pages": "^3.1.0",
"react-spring": "^8.0.27"
}
}