chore(root-package): Prune to root package JSON
This commit is contained in:
committed by
mrugesh mohapatra
parent
e59ad6ebda
commit
9fba6bce4c
26903
package-lock.json
generated
26903
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
35
package.json
35
package.json
@ -34,22 +34,11 @@
|
||||
},
|
||||
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.0.0-rc.2",
|
||||
"@fortawesome/fontawesome": "^1.1.8",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.2",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.2.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.2.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.2.0",
|
||||
"@fortawesome/react-fontawesome": "0.0.20",
|
||||
"@freecodecamp/curriculum": "^3.1.1",
|
||||
"@freecodecamp/loopback-component-passport": "^1.0.0",
|
||||
"@freecodecamp/react-notification": "^1.0.0",
|
||||
"@freecodecamp/store": "^1.0.0",
|
||||
"accepts": "^1.3.0",
|
||||
"auth0-js": "^9.5.1",
|
||||
"axios": "^0.18.0",
|
||||
"body-parser": "^1.13.2",
|
||||
"cal-heatmap": "~3.5.2",
|
||||
"chai": "~3.4.1",
|
||||
"compression": "^1.6.0",
|
||||
"connect-mongo": "^1.3.2",
|
||||
@ -66,10 +55,6 @@
|
||||
"express-state": "^1.2.0",
|
||||
"express-validator": "^5.0.3",
|
||||
"fetchr": "^0.5.37",
|
||||
"gatsby": "next",
|
||||
"gatsby-plugin-manifest": "next",
|
||||
"gatsby-plugin-react-helmet": "next",
|
||||
"gatsby-plugin-sitemap": "next",
|
||||
"googleapis": "^16.1.0",
|
||||
"helmet": "^3.1.0",
|
||||
"helmet-csp": "^2.1.0",
|
||||
@ -90,17 +75,7 @@
|
||||
"passport-auth0": "^0.6.1",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-oauth": "^1.0.0",
|
||||
"prismjs": "^1.11.0",
|
||||
"query-string": "^6.1.0",
|
||||
"react": "^16.4.2",
|
||||
"react-bootstrap": "^0.32.3",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-freecodecamp-search": "^2.0.1",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-media": "^1.8.0",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-spinkit": "^3.0.0",
|
||||
"react-youtube": "^7.6.0",
|
||||
"redux": "^4.0.0",
|
||||
"redux-actions": "^2.6.1",
|
||||
"redux-saga": "^0.16.0",
|
||||
@ -114,13 +89,13 @@
|
||||
"validator": "^9.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0-rc.2",
|
||||
"@babel/core": "^7.0.0-rc.2",
|
||||
"@babel/node": "^7.0.0-rc.2",
|
||||
"@babel/preset-react": "^7.0.0-rc.2",
|
||||
"@babel/register": "^7.0.0-rc.2",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/node": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@babel/register": "^7.0.0",
|
||||
"adler32": "~0.1.7",
|
||||
"babel-plugin-transform-function-bind": "^6.22.0",
|
||||
"babel-plugin-transform-imports": "^1.5.0",
|
||||
"commitizen": "^2.9.6",
|
||||
"cz-freecodecamp": "^1.0.1",
|
||||
"eslint": "^4.10.0",
|
||||
|
Reference in New Issue
Block a user