Skip to content

Commit

Permalink
lerna: bring in server/client/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Sep 17, 2018
1 parent 325c775 commit d6198f9
Show file tree
Hide file tree
Showing 417 changed files with 30,204 additions and 15,029 deletions.
Empty file removed client/dist/.gitkeep
Empty file.
3,903 changes: 0 additions & 3,903 deletions client/yarn.lock

This file was deleted.

19,875 changes: 15,179 additions & 4,696 deletions package-lock.json

Large diffs are not rendered by default.

112 changes: 19 additions & 93 deletions package.json
@@ -1,99 +1,25 @@
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "2.24.7",
"homepage": "https://browsersync.io/",
"author": {
"name": "Shane Osbourne"
},
"repository": "BrowserSync/browser-sync",
"license": "Apache-2.0",
"main": "dist/index.js",
"bin": "dist/bin.js",
"files": [
"dist",
"certs",
"templates",
"cli-options",
"client/dist"
],
"engines": {
"node": ">= 0.8.0"
},
"private": true,
"scripts": {
"env": "node ./test/env.js",
"test": "cb build-all && npm run env && npm run unit",
"lint": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*' 'test/specs/*.js' --write --tab-width 4",
"pro": "protractor test/protractor/config.single.js",
"pro-local": "node test/protractor/setup.js",
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit",
"pre-release": "npm test && npm run pro-local && npm run pro",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
"prepublishOnly": "cb build-all"
},
"dependencies": {
"browser-sync-ui": "v1.0.1",
"bs-recipes": "1.3.4",
"chokidar": "1.7.0",
"connect": "3.6.6",
"connect-history-api-fallback": "^1.5.0",
"dev-ip": "^1.0.1",
"easy-extender": "^2.3.4",
"eazy-logger": "3.0.2",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "3.0.1",
"http-proxy": "1.15.2",
"immutable": "3.8.2",
"localtunnel": "1.9.1",
"micromatch": "2.3.11",
"opn": "5.3.0",
"portscanner": "2.1.1",
"qs": "6.2.3",
"raw-body": "^2.3.2",
"resp-modifier": "6.0.2",
"rx": "4.1.0",
"serve-index": "1.9.1",
"serve-static": "1.13.2",
"server-destroy": "1.0.1",
"socket.io": "2.1.1",
"ua-parser-js": "0.7.17",
"yargs": "6.4.0"
"bootstrap": "lerna bootstrap --hoist"
},
"name": "browser-sync",
"devDependencies": {
"@types/node": "^8.5.2",
"browser-sync-spa": "1.0.3",
"bs-html-injector": "3.0.3",
"bs-latency": "1.0.0",
"bs-rewrite-rules": "2.0.0",
"bs-snippet-injector": "2.0.1",
"chai": "3.5.0",
"chalk": "1.1.3",
"compression": "1.7.2",
"crossbow": "latest",
"cypress": "3.1.0",
"generate-changelog": "^1.7.0",
"graceful-fs": "4.1.9",
"http2": "^3.3.6",
"lerna": "^3.4.0",
"lodash-cli": "4.17.5",
"mocha": "5.2.0",
"prettier": "^1.9.2",
"q": "1.4.1",
"request": "2.87.0",
"requirejs": "^2.3.5",
"rimraf": "2.5.4",
"sinon": "1.17.5",
"socket.io-client": "^2.0.4",
"source-map-support": "^0.5.0",
"supertest": "3.1.0",
"typescript": "3.0.3",
"vinyl": "1.2.0"
"lerna": "^3.4.0"
},
"keywords": [
"browser sync",
"css",
"live reload",
"sync"
]
"dependencies": {
"@types/node": "^8",
"chai": "^3",
"compression": "^1",
"connect-history-api-fallback": "^1",
"crossbow": "^4",
"eazy-logger": "^3",
"immutable": "^3",
"mocha": "^5",
"request": "^2",
"sinon": "^1",
"supertest": "^3",
"typescript": "3.0.3",
"webpack": "^3"
}
}
@@ -1,4 +1,5 @@
node_modules
npm-debug.log
test/coverage
example.proxy.js
example.proxy.js
/dist/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions packages/browser-sync-client/crossbow.yaml
@@ -0,0 +1,4 @@
tasks:
build-all:
- '@npm ./node_modules/.bin/webpack'
- '@npm ./node_modules/.bin/webpack -p --output-filename index.min.js'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d6198f9

Please sign in to comment.