1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/assets/package.json
dependabot[bot] f487d23d5a
Bump axios from 0.18.0 to 0.18.1 in /assets
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-12 15:38:09 +00:00

38 lines
984 B
JSON

{
"repository": {},
"license": "MIT",
"scripts": {
"build": "brunch build",
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"axios": "^0.18.1",
"classnames": "^2.2.5",
"gettext.js": "^0.5.3",
"immutable": "^3.8.2",
"lodash": "^4.17.4",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-watch": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-brunch": "^7.0.0",
"brunch": "~2.10.0",
"clean-css-brunch": "~2.10.0",
"core-js": "~2.5.3",
"css-brunch": "~2.0.0",
"javascript-brunch": "~2.0.0",
"sass-brunch": "^2.10.0",
"uglify-js-brunch": "brunch/uglify-js-brunch#update-uglifyjs"
}
}