mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
38 lines
984 B
JSON
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.0",
|
|
"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"
|
|
}
|
|
}
|