chore: install deps, remove clutter

This commit is contained in:
Mrugesh Mohapatra
2018-12-05 06:13:19 +05:30
committed by mrugesh mohapatra
parent 5bf18bc876
commit aa1b0ddbaf
10 changed files with 24233 additions and 61 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@freecodecamp/mods-dashboard-server",
"name": "@freecodecamp/dashboard-api",
"requires": true,
"lockfileVersion": 1,
"dependencies": {

View File

@ -1,5 +1,5 @@
{
"name": "@freecodecamp/mods-dashboard-server",
"name": "@freecodecamp/dashboard-api",
"private": true,
"main": "server.js",
"scripts": {

View File

@ -1,23 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@ -1,5 +0,0 @@
{
"name": "pr-relations",
"version": "0.1.0",
"lockfileVersion": 1
}

View File

@ -1,17 +0,0 @@
{
"name": "pr-relations",
"version": "0.1.0",
"description": "Pull request query tool.",
"main": "index.js",
"scripts": {
"setup": "npm install && npm install app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RandellDawson/pr-relations.git"
},
"bugs": {
"url": "https://github.com/RandellDawson/pr-relations/issues"
},
"homepage": "https://github.com/RandellDawson/pr-relations#readme"
}

View File

@ -1,4 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

15049
dashboard-client/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,5 @@
{
"name": "app",
"version": "0.1.0",
"name": "@freecodecamp/dashboard-client",
"private": true,
"dependencies": {
"react": "^16.6.3",
@ -16,11 +15,5 @@
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
}

View File

@ -1,7 +1,7 @@
{
"packages": [
"dashboard-api",
"dashboard-client/*",
"dashboard-client",
"probot",
"sweeper"
],

9179
probot/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff