mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
37 lines
978 B
JSON
37 lines
978 B
JSON
{
|
|
"repository": {},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "brunch build",
|
|
"deploy": "brunch build --production",
|
|
"watch": "brunch watch --stdin"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"babel-brunch": "^6.1.1",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-preset-env": "^1.4.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"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": "~2.10.0"
|
|
}
|
|
}
|