-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
1 parent
6398955
commit 837556b
Showing
13 changed files
with
105 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-mcs-lite", | ||
"version": "0.3.37", | ||
"version": "0.3.38", | ||
"description": "Babel preset used by MCS Lite", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -9,7 +9,9 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/MCS-Lite/mcs-lite#readme", | ||
"files": ["index.js"], | ||
"files": [ | ||
"index.js" | ||
], | ||
"main": "index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-config-mcs-lite", | ||
"version": "0.6.28", | ||
"version": "0.6.29", | ||
"description": "Eslint config used by MCS Lite", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -9,7 +9,9 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/MCS-Lite/mcs-lite#readme", | ||
"files": ["index.js"], | ||
"files": [ | ||
"index.js" | ||
], | ||
"main": "index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mcs-lite-admin-web", | ||
"version": "0.2.30", | ||
"version": "0.2.31", | ||
"description": "MCS Lite Admin Web", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -10,7 +10,9 @@ | |
}, | ||
"license": "MIT", | ||
"homepage": "http://localhost:3002/admin", | ||
"files": ["build"], | ||
"files": [ | ||
"build" | ||
], | ||
"proxy": { | ||
"/api": { | ||
"target": "http://localhost:3002" | ||
|
@@ -21,14 +23,11 @@ | |
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": | ||
"REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build", | ||
"build": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build", | ||
"test": "CI=true react-scripts test --env=jsdom --coverage --runInBand", | ||
"test:watch": "react-scripts test --env=jsdom", | ||
"extract:messages": | ||
"react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json'", | ||
"extract:pot": | ||
"react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.pot'", | ||
"extract:messages": "react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json'", | ||
"extract:pot": "react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.pot'", | ||
"prepack": "npm run build" | ||
}, | ||
"devDependencies": { | ||
|
@@ -43,23 +42,22 @@ | |
"flow-bin": "0.72.0", | ||
"history": "3.3.0", | ||
"jest-styled-components": "next", | ||
"mcs-lite-icon": "^0.3.39", | ||
"mcs-lite-theme": "^0.4.12", | ||
"mcs-lite-translation": "^0.1.37", | ||
"mcs-lite-ui": "^0.8.12", | ||
"mcs-lite-icon": "^0.3.40", | ||
"mcs-lite-theme": "^0.4.13", | ||
"mcs-lite-translation": "^0.1.38", | ||
"mcs-lite-ui": "^0.8.13", | ||
"polished": "1.9.2", | ||
"promise-file-reader": "1.0.2", | ||
"prop-types": "15.6.1", | ||
"raf": "3.4.0", | ||
"ramda": "0.25.0", | ||
"react": "16.3.2", | ||
"react-codemirror": | ||
"git://github.com/skidding/react-codemirror.git#106-fix-update", | ||
"react-codemirror": "git://github.com/skidding/react-codemirror.git#106-fix-update", | ||
"react-dom": "16.3.2", | ||
"react-helmet": "5.2.0", | ||
"react-intl": "2.4.0", | ||
"react-intl-cra": "0.3.3", | ||
"react-intl-inject-hoc": "^0.2.40", | ||
"react-intl-inject-hoc": "^0.2.41", | ||
"react-intl-po": "2.2.2", | ||
"react-loadable": "5.3.1", | ||
"react-motion-ui-pack": "0.10.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mcs-lite-connect", | ||
"version": "0.3.40", | ||
"version": "0.3.41", | ||
"description": "Connect MCS with WebSocket", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -9,7 +9,9 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/MCS-Lite/mcs-lite#readme", | ||
"files": ["lib"], | ||
"files": [ | ||
"lib" | ||
], | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
|
@@ -22,14 +24,16 @@ | |
"license": "MIT", | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
"babel-preset-mcs-lite": "^0.3.37", | ||
"mcs-lite-scripts": "^0.3.39" | ||
"babel-preset-mcs-lite": "^0.3.38", | ||
"mcs-lite-scripts": "^0.3.40" | ||
}, | ||
"dependencies": { | ||
"recompose": "^0.26.0", | ||
"websocket": "^1.0.25" | ||
}, | ||
"babel": { | ||
"presets": ["mcs-lite"] | ||
"presets": [ | ||
"mcs-lite" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mcs-lite-design", | ||
"version": "0.2.32", | ||
"version": "0.2.33", | ||
"description": "The source images to be compressed used by MCS Lite", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -9,12 +9,13 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/MCS-Lite/mcs-lite#readme", | ||
"files": ["lib"], | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"prebuild": "npm run clean && mkdir -p lib/icon", | ||
"compress:svg": | ||
"svgo src/icon/*.svg -o 'lib/icon' --pretty --multipass --indent=2 --quiet", | ||
"compress:svg": "svgo src/icon/*.svg -o 'lib/icon' --pretty --multipass --indent=2 --quiet", | ||
"build": "npm run compress:svg", | ||
"test": "echo 'no'" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mcs-lite-icon", | ||
"version": "0.3.39", | ||
"version": "0.3.40", | ||
"description": "Convert SVG icon to React components", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -9,7 +9,9 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/MCS-Lite/mcs-lite#readme", | ||
"files": ["lib"], | ||
"files": [ | ||
"lib" | ||
], | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
|
@@ -24,8 +26,8 @@ | |
"prop-types": "^15.6.1" | ||
}, | ||
"devDependencies": { | ||
"mcs-lite-design": "^0.2.32", | ||
"mcs-lite-scripts": "^0.3.39" | ||
"mcs-lite-design": "^0.2.33", | ||
"mcs-lite-scripts": "^0.3.40" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mcs-lite-mobile-web", | ||
"version": "0.4.43", | ||
"version": "0.4.44", | ||
"description": "MCS Lite Mobile Web", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -10,7 +10,9 @@ | |
}, | ||
"license": "MIT", | ||
"homepage": "http://localhost:3000/mobile", | ||
"files": ["build"], | ||
"files": [ | ||
"build" | ||
], | ||
"proxy": { | ||
"/api": { | ||
"target": "http://localhost:3000" | ||
|
@@ -21,14 +23,11 @@ | |
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": | ||
"REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build", | ||
"build": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build", | ||
"test": "CI=true react-scripts test --env=jsdom --coverage --runInBand", | ||
"test:watch": "react-scripts test --env=jsdom", | ||
"extract:messages": | ||
"react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json'", | ||
"extract:pot": | ||
"react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.pot'", | ||
"extract:messages": "react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json'", | ||
"extract:pot": "react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.pot'", | ||
"prepack": "npm run build" | ||
}, | ||
"devDependencies": { | ||
|
@@ -42,11 +41,11 @@ | |
"flow-bin": "0.72.0", | ||
"history": "3.3.0", | ||
"jest-styled-components": "next", | ||
"mcs-lite-connect": "^0.3.40", | ||
"mcs-lite-icon": "^0.3.39", | ||
"mcs-lite-theme": "^0.4.12", | ||
"mcs-lite-translation": "^0.1.37", | ||
"mcs-lite-ui": "^0.8.12", | ||
"mcs-lite-connect": "^0.3.41", | ||
"mcs-lite-icon": "^0.3.40", | ||
"mcs-lite-theme": "^0.4.13", | ||
"mcs-lite-translation": "^0.1.38", | ||
"mcs-lite-ui": "^0.8.13", | ||
"polished": "1.9.2", | ||
"prop-types": "15.6.1", | ||
"raf": "3.4.0", | ||
|
@@ -56,7 +55,7 @@ | |
"react-helmet": "5.2.0", | ||
"react-intl": "2.4.0", | ||
"react-intl-cra": "0.3.3", | ||
"react-intl-inject-hoc": "^0.2.40", | ||
"react-intl-inject-hoc": "^0.2.41", | ||
"react-intl-po": "2.2.2", | ||
"react-loadable": "5.3.1", | ||
"react-motion-ui-pack": "0.10.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mcs-lite-scripts", | ||
"version": "0.3.39", | ||
"version": "0.3.40", | ||
"description": "Shared scripts and CLI used by MCS Lite", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -9,7 +9,10 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/MCS-Lite/mcs-lite#readme", | ||
"files": ["lib", "bin"], | ||
"files": [ | ||
"lib", | ||
"bin" | ||
], | ||
"license": "MIT", | ||
"bin": { | ||
"exports-all": "bin/exports-all.js", | ||
|
@@ -24,7 +27,7 @@ | |
}, | ||
"dependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-preset-mcs-lite": "^0.3.37", | ||
"babel-preset-mcs-lite": "^0.3.38", | ||
"cheerio": "^1.0.0-rc.2", | ||
"glob": "^7.1.2", | ||
"lodash.camelcase": "^4.3.0", | ||
|
@@ -36,6 +39,8 @@ | |
"babel-cli": "6.26.0" | ||
}, | ||
"babel": { | ||
"presets": ["mcs-lite"] | ||
"presets": [ | ||
"mcs-lite" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mcs-lite-theme", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"description": "Defined `Theme` and helpers for `mcs-lite-ui`", | ||
"repository": "MCS-Lite/mcs-lite", | ||
"author": "Michael Hsu <[email protected]>", | ||
|
@@ -9,7 +9,9 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/MCS-Lite/mcs-lite#readme", | ||
"files": ["lib"], | ||
"files": [ | ||
"lib" | ||
], | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
|
@@ -20,12 +22,14 @@ | |
"license": "MIT", | ||
"devDependencies": { | ||
"babel-cli": "6.26.0", | ||
"babel-preset-mcs-lite": "^0.3.37" | ||
"babel-preset-mcs-lite": "^0.3.38" | ||
}, | ||
"dependencies": { | ||
"d3-color": "^1.0.3" | ||
}, | ||
"babel": { | ||
"presets": ["mcs-lite"] | ||
"presets": [ | ||
"mcs-lite" | ||
] | ||
} | ||
} |
Oops, something went wrong.