-
-
Save akharkhonov/5041c6a20b7ce10a1ccf4ec898fa5537 to your computer and use it in GitHub Desktop.
package.json
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
{ | |
"version": "2.0.0", | |
"author": "PlayQ", | |
"license": "UNLICENSED", | |
"private": true, | |
"scripts": { | |
"docz:build": "docz --config internals/docz/rc.js build", | |
"docz:dev": "docz dev --config internals/docz/rc.js --host 0.0.0.0 --port 3333", | |
"serve:debug": "DEBUG=* yarn serve", | |
"serve": "webpack-dev-server --progress --config internals/webpack/dev.js --hot", | |
}, | |
"dependencies": { | |
"@babel/runtime": "^7.3.1", | |
"@material-ui/core": "^3.9.0", | |
"@material-ui/icons": "^3.0.2", | |
"@types/classnames": "^2.2.7", | |
"@types/crypto-js": "^3.1.43", | |
"@types/d3": "^5.7.1", | |
"@types/debounce-promise": "^3.1.1", | |
"@types/debug": "^4.1.0", | |
"@types/history": "^4.7.2", | |
"@types/lodash": "^4.14.118", | |
"@types/luxon": "^1.4.1", | |
"@types/node": "^11.9.0", | |
"@types/prettier": "^1.16.0", | |
"@types/react": "^16.7.13", | |
"@types/react-dom": "^16.0.11", | |
"@types/react-jss": "^8.6.0", | |
"@types/react-redux": "^7.0.1", | |
"@types/react-router-dom": "^4.3.1", | |
"@types/styled-components": "^4.1.6", | |
"@types/webpack": "^4.4.22", | |
"@types/webpack-merge": "^4.1.3", | |
"@types/websocket": "^0.0.40", | |
"@types/yup": "^0.26.11", | |
"classnames": "^2.2.6", | |
"crypto-js": "^3.1.9-1", | |
"d3": "^5.9.1", | |
"debounce-promise": "^3.1.0", | |
"debug": "^4.0.1", | |
"downshift": "^3.2.7", | |
"history": "^4.7.2", | |
"jss": "^9.8.7", | |
"lodash": "^4.17.10", | |
"luxon": "^1.3.3", | |
"material-design-icons": "^3.0.1", | |
"notistack": "^0.5.0", | |
"polished": "^3.0.0", | |
"re-reselect": "^3.0.0", | |
"react": "^16.8.3", | |
"react-dom": "^16.8.3", | |
"react-hot-loader": "^4.7.0", | |
"react-jss": "^8.6.1", | |
"react-redux": "^6.0.1", | |
"react-router-dom": "^4.3.1", | |
"redux": "^4.0.1", | |
"redux-devtools-extension": "^2.13.8", | |
"redux-observable": "^1.0.0", | |
"reselect": "^4.0.0", | |
"rxjs": "^6.4.0", | |
"styled-components": "^4.1.3", | |
"typeface-roboto": "^0.0.54", | |
"websocket": "^1.0.28", | |
"yup": "^0.27.0" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.0.0", | |
"@babel/plugin-proposal-class-properties": "^7.2.0", | |
"@babel/plugin-proposal-object-rest-spread": "^7.2.0", | |
"@babel/plugin-proposal-pipeline-operator": "^7.3.2", | |
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | |
"@babel/plugin-transform-runtime": "^7.2.0", | |
"@babel/preset-env": "^7.0.0", | |
"@babel/preset-react": "^7.0.0", | |
"@babel/preset-typescript": "^7.1.0", | |
"@types/enzyme": "^3.9.0", | |
"@types/enzyme-adapter-react-16": "^1.0.5", | |
"@types/jest": "^24.0.6", | |
"@types/webpack-dev-server": "^3.1.1", | |
"babel-loader": "^8.0.0", | |
"babel-plugin-lodash": "^3.3.4", | |
"babel-plugin-polished": "^1.1.0", | |
"babel-plugin-styled-components": "^1.10.0", | |
"clean-webpack-plugin": "^2.0.0", | |
"css-loader": "^2.0.0", | |
"docz": "^1.0.0-rc.3", | |
"docz-theme-default": "^1.0.0-rc.3", | |
"enzyme": "^3.9.0", | |
"enzyme-adapter-react-16": "^1.11.2", | |
"enzyme-to-json": "^3.3.5", | |
"file-loader": "^3.0.1", | |
"html-webpack-plugin": "^3.2.0", | |
"husky": "^1.3.1", | |
"jest": "^24.1.0", | |
"jest-teamcity-reporter": "^0.9.0", | |
"lint-staged": "^8.1.3", | |
"lodash-webpack-plugin": "^0.11.5", | |
"merge": "^1.2.1", | |
"moment-locales-webpack-plugin": "^1.0.7", | |
"node-sass": "^4.9.3", | |
"prettier": "1.16.4", | |
"prettier-standard": "^9.1.1", | |
"sass-loader": "^7.1.0", | |
"size-plugin": "^1.1.2", | |
"source-map-explorer": "^1.6.0", | |
"standard": "^12.0.1", | |
"style-loader": "^0.23.0", | |
"stylelint": "^9.4.0", | |
"stylelint-config-standard": "^18.2.0", | |
"ts-jest": "^24.0.0", | |
"tslint": "^5.11.0", | |
"tslint-config-prettier": "^1.18.0", | |
"tslint-eslint-rules": "^5.4.0", | |
"tslint-react": "^3.6.0", | |
"tslint-react-hooks": "^2.0.0", | |
"tslint-teamcity-reporter": "^3.1.0", | |
"typescript": "^3.2.1", | |
"webpack": "4.29.6", | |
"webpack-cli": "^3.3.0", | |
"webpack-dev-server": "^3.2.1", | |
"webpack-merge": "^4.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment