chore: make local installations even faster
This commit is contained in:
committed by
mrugesh mohapatra
parent
88e7c2d704
commit
384de0a1e9
1306
package-lock.json
generated
1306
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -2,7 +2,7 @@
|
||||
"name": "@freecodecamp/freecodecamp",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"bootstrap": "lerna bootstrap --ci",
|
||||
"clean": "lerna clean && shx rm -rf node_modules",
|
||||
"develop": "npm-run-all ensure-env -p develop:*",
|
||||
"develop:client": "cd ./client && npm run develop",
|
||||
@ -35,30 +35,30 @@
|
||||
"@freecodecamp/eslint-config": "^2.0.2",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"cross-env": "^5.2.0",
|
||||
"debug": "^4.0.1",
|
||||
"debug": "^4.1.1",
|
||||
"dotenv": "^6.0.0",
|
||||
"eslint": "^5.12.1",
|
||||
"eslint-config-prettier": "^4.0.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-prettier": "^4.1.0",
|
||||
"eslint-plugin-babel": "^5.3.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-prefer-object-spread": "^1.2.1",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"faker": "^4.1.0",
|
||||
"gray-matter": "^4.0.1",
|
||||
"gray-matter": "^4.0.2",
|
||||
"husky": "^1.3.1",
|
||||
"jest": "^23.6.0",
|
||||
"lerna": "^3.11.1",
|
||||
"lint-staged": "^8.1.4",
|
||||
"lerna": "^3.13.1",
|
||||
"lint-staged": "^8.1.5",
|
||||
"lodash": "^4.17.11",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"ora": "^3.0.0",
|
||||
"ora": "^3.2.0",
|
||||
"prettier": "^1.16.4",
|
||||
"readdirp-walk": "^1.7.0",
|
||||
"shortid": "^2.2.14",
|
||||
"shx": "^0.3.2",
|
||||
"sinon": "^7.2.4",
|
||||
"sinon-express-mock": "^2.1.0",
|
||||
"sinon": "^7.3.1",
|
||||
"sinon-express-mock": "^2.2.0",
|
||||
"slugg": "^1.2.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
Reference in New Issue
Block a user