-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeremy Press
committed
Jul 7, 2017
1 parent
18e5969
commit 5b8539f
Showing
3 changed files
with
152 additions
and
127 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
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,123 +1,126 @@ | ||
{ | ||
"name": "box-content-preview", | ||
"version": "0.130.0", | ||
"description": "Box Content Preview UI Element", | ||
"author": "Box (https://www.box.com/)", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:box/box-content-preview.git" | ||
}, | ||
"devDependencies": { | ||
"autobind-decorator": "^1.3.4", | ||
"autoprefixer": "^6.7.7", | ||
"babel-core": "^6.24.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.4.1", | ||
"babel-plugin-istanbul": "^4.0.0", | ||
"babel-plugin-transform-class-properties": "^6.23.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-plugin-transform-require-ignore": "0.1.0", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.0", | ||
"babel-preset-es2016": "^6.22.0", | ||
"babel-preset-react": "^6.23.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "5.3.0", | ||
"chai-dom": "^1.4.3", | ||
"conventional-changelog-lint": "^1.1.7", | ||
"css-loader": "^0.27.3", | ||
"cssnano-cli": "^1.0.5", | ||
"deepmerge": "^1.3.2", | ||
"es6-promise": "^4.1.0", | ||
"eslint": "^3.17.1", | ||
"eslint-config-airbnb": "^14.1.0", | ||
"eslint-config-prettier": "^2.1.1", | ||
"eslint-import-resolver-webpack": "^0.8.1", | ||
"eslint-plugin-babel": "^4.1.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | ||
"eslint-plugin-react": "^6.10.0", | ||
"extract-text-webpack-plugin": "2.1.0", | ||
"fetch-mock": "^5.9.4", | ||
"fetch-mock-forwarder": "^1.0.0", | ||
"file-loader": "^0.10.1", | ||
"husky": "^0.13.4", | ||
"i18n-webpack-plugin": "^0.3.0", | ||
"karma": "^1.5.0", | ||
"karma-chai": "^0.1.0", | ||
"karma-chai-as-promised": "^0.1.2", | ||
"karma-chai-dom": "^1.1.0", | ||
"karma-chai-sinon": "^0.1.5", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-fixture": "^0.2.6", | ||
"karma-html2js-preprocessor": "^1.1.0", | ||
"karma-junit-reporter": "^1.2.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha-reporter": "^2.2.2", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-sinon": "^1.0.5", | ||
"karma-sinon-stub-promise": "^1.0.0", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^2.0.3", | ||
"lint-staged": "^3.4.2", | ||
"lodash.clonedeep": "^4.5.0", | ||
"lodash.debounce": "^4.0.8", | ||
"lodash.throttle": "^4.1.1", | ||
"mocha": "^3.2.0", | ||
"mock-local-storage": "^1.0.2", | ||
"mojito-rb-gen": "^0.0.1", | ||
"node-sass": "^4.5.0", | ||
"optimize-css-assets-webpack-plugin": "^1.3.0", | ||
"phantomjs-prebuilt": "^2.1.14", | ||
"postcss-loader": "^1.3.3", | ||
"prettier": "^1.3.1", | ||
"prettier-eslint-cli": "^4.0.1", | ||
"rangy": "^1.3.0", | ||
"raw-loader": "^0.5.1", | ||
"react": "^15.4.2", | ||
"react-addons-shallow-compare": "^15.4.2", | ||
"react-dom": "^15.4.2", | ||
"react-virtualized": "^9.3.0", | ||
"sass-loader": "^6.0.3", | ||
"sinon": "1.17.7", | ||
"sinon-chai": "2.8.0", | ||
"sinon-stub-promise": "^4.0.0", | ||
"string-replace-loader": "^1.0.5", | ||
"style-loader": "^0.14.1", | ||
"stylelint": "^7.9.0", | ||
"stylelint-config-standard": "^16.0.0", | ||
"stylelint-order": "^0.4.1", | ||
"webpack": "^2.2.1", | ||
"webpack-bundle-analyzer": "^2.8.2", | ||
"whatwg-fetch": "^2.0.3" | ||
}, | ||
"scripts": { | ||
"build": "yarn run clean && yarn run build-rb && yarn run lint && yarn run dev", | ||
"build-ci": "./node_modules/.bin/webpack --progress --colors --config build/webpack.config.js", | ||
"build-rb": "mojito-rb-gen -s src/i18n -o src/i18n/json -b en-US.properties", | ||
"ci": "yarn run clean && yarn run build-rb && yarn run lint && yarn run test && yarn run build-ci", | ||
"clean": "rm -rf dist && rm -rf reports/coverage && rm -rf src/i18n/json", | ||
"commitmsg": "conventional-changelog-lint -e", | ||
"debug": "NODE_ENV=test ./node_modules/.bin/karma start build/karma.conf.js --no-single-run --auto-watch", | ||
"dev": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --progress --colors --config build/webpack.config.js", | ||
"lint": "NODE_ENV=dev ./node_modules/.bin/eslint src/lib && ./node_modules/.bin/stylelint 'src/lib/**/*.scss'", | ||
"precommit": "lint-staged", | ||
"prepush": "yarn run lint", | ||
"prettier": "prettier-eslint \"src/lib/**/*.js\" --print-width 120 --single-quote --tab-width 4 --write", | ||
"prod": "BABEL_ENV=production NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --progress --colors --config build/webpack.config.js", | ||
"release": "yarn run clean && yarn run build-rb && yarn run lint && yarn run test && yarn run prod", | ||
"test": "NODE_ENV=test ./node_modules/.bin/karma start build/karma.conf.js", | ||
"upgrade-pdfjs": "./build/upgrade_pdfjs.sh && ./build/minify_pdfjs.sh", | ||
"watch": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --watch --progress --colors --config build/webpack.config.js", | ||
"major": "./build/release.sh -m", | ||
"minor": "./build/release.sh -n", | ||
"patch": "./build/release.sh -p" | ||
}, | ||
"lint-staged": { | ||
"src/lib/**/*.js": ["prettier-eslint --print-width 120 --single-quote --tab-width 4 --write", "git add"] | ||
}, | ||
"dependencies": {} | ||
"name": "box-content-preview", | ||
"version": "0.131.0", | ||
"description": "Box Content Preview UI Element", | ||
"author": "Box (https://www.box.com/)", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:box/box-content-preview.git" | ||
}, | ||
"devDependencies": { | ||
"autobind-decorator": "^1.3.4", | ||
"autoprefixer": "^6.7.7", | ||
"babel-core": "^6.24.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.4.1", | ||
"babel-plugin-istanbul": "^4.0.0", | ||
"babel-plugin-transform-class-properties": "^6.23.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-plugin-transform-require-ignore": "0.1.0", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.0", | ||
"babel-preset-es2016": "^6.22.0", | ||
"babel-preset-react": "^6.23.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "5.3.0", | ||
"chai-dom": "^1.4.3", | ||
"conventional-changelog-lint": "^1.1.7", | ||
"css-loader": "^0.27.3", | ||
"cssnano-cli": "^1.0.5", | ||
"deepmerge": "^1.3.2", | ||
"es6-promise": "^4.1.0", | ||
"eslint": "^3.17.1", | ||
"eslint-config-airbnb": "^14.1.0", | ||
"eslint-config-prettier": "^2.1.1", | ||
"eslint-import-resolver-webpack": "^0.8.1", | ||
"eslint-plugin-babel": "^4.1.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | ||
"eslint-plugin-react": "^6.10.0", | ||
"extract-text-webpack-plugin": "2.1.0", | ||
"fetch-mock": "^5.9.4", | ||
"fetch-mock-forwarder": "^1.0.0", | ||
"file-loader": "^0.10.1", | ||
"husky": "^0.13.4", | ||
"i18n-webpack-plugin": "^0.3.0", | ||
"karma": "^1.5.0", | ||
"karma-chai": "^0.1.0", | ||
"karma-chai-as-promised": "^0.1.2", | ||
"karma-chai-dom": "^1.1.0", | ||
"karma-chai-sinon": "^0.1.5", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-fixture": "^0.2.6", | ||
"karma-html2js-preprocessor": "^1.1.0", | ||
"karma-junit-reporter": "^1.2.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha-reporter": "^2.2.2", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-sinon": "^1.0.5", | ||
"karma-sinon-stub-promise": "^1.0.0", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^2.0.3", | ||
"lint-staged": "^3.4.2", | ||
"lodash.clonedeep": "^4.5.0", | ||
"lodash.debounce": "^4.0.8", | ||
"lodash.throttle": "^4.1.1", | ||
"mocha": "^3.2.0", | ||
"mock-local-storage": "^1.0.2", | ||
"mojito-rb-gen": "^0.0.1", | ||
"node-sass": "^4.5.0", | ||
"optimize-css-assets-webpack-plugin": "^1.3.0", | ||
"phantomjs-prebuilt": "^2.1.14", | ||
"postcss-loader": "^1.3.3", | ||
"prettier": "^1.3.1", | ||
"prettier-eslint-cli": "^4.0.1", | ||
"rangy": "^1.3.0", | ||
"raw-loader": "^0.5.1", | ||
"react": "^15.4.2", | ||
"react-addons-shallow-compare": "^15.4.2", | ||
"react-dom": "^15.4.2", | ||
"react-virtualized": "^9.3.0", | ||
"sass-loader": "^6.0.3", | ||
"sinon": "1.17.7", | ||
"sinon-chai": "2.8.0", | ||
"sinon-stub-promise": "^4.0.0", | ||
"string-replace-loader": "^1.0.5", | ||
"style-loader": "^0.14.1", | ||
"stylelint": "^7.9.0", | ||
"stylelint-config-standard": "^16.0.0", | ||
"stylelint-order": "^0.4.1", | ||
"webpack": "^2.2.1", | ||
"webpack-bundle-analyzer": "^2.8.2", | ||
"whatwg-fetch": "^2.0.3" | ||
}, | ||
"scripts": { | ||
"build": "yarn run clean && yarn run build-rb && yarn run lint && yarn run dev", | ||
"build-ci": "./node_modules/.bin/webpack --progress --colors --config build/webpack.config.js", | ||
"build-rb": "mojito-rb-gen -s src/i18n -o src/i18n/json -b en-US.properties", | ||
"ci": "yarn run clean && yarn run build-rb && yarn run lint && yarn run test && yarn run build-ci", | ||
"clean": "rm -rf dist && rm -rf reports/coverage && rm -rf src/i18n/json", | ||
"commitmsg": "conventional-changelog-lint -e", | ||
"debug": "NODE_ENV=test ./node_modules/.bin/karma start build/karma.conf.js --no-single-run --auto-watch", | ||
"dev": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --progress --colors --config build/webpack.config.js", | ||
"lint": "NODE_ENV=dev ./node_modules/.bin/eslint src/lib && ./node_modules/.bin/stylelint 'src/lib/**/*.scss'", | ||
"precommit": "lint-staged", | ||
"prepush": "yarn run lint", | ||
"prettier": "prettier-eslint \"src/lib/**/*.js\" --print-width 120 --single-quote --tab-width 4 --write", | ||
"prod": "BABEL_ENV=production NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --progress --colors --config build/webpack.config.js", | ||
"release": "yarn run clean && yarn run build-rb && yarn run lint && yarn run test && yarn run prod", | ||
"test": "NODE_ENV=test ./node_modules/.bin/karma start build/karma.conf.js", | ||
"upgrade-pdfjs": "./build/upgrade_pdfjs.sh && ./build/minify_pdfjs.sh", | ||
"watch": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --watch --progress --colors --config build/webpack.config.js", | ||
"major": "./build/release.sh -m", | ||
"minor": "./build/release.sh -n", | ||
"patch": "./build/release.sh -p" | ||
}, | ||
"lint-staged": { | ||
"src/lib/**/*.js": [ | ||
"prettier-eslint --print-width 120 --single-quote --tab-width 4 --write", | ||
"git add" | ||
] | ||
}, | ||
"dependencies": {} | ||
} |