mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
I've also moved everything around to match the new Phoenix 1.3 directory structure.
32 lines
789 B
JSON
32 lines
789 B
JSON
{
|
|
"repository": {},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "brunch build --production",
|
|
"watch": "brunch watch --stdin"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"immutable": "^3.8.1",
|
|
"jquery": "^3.1.1",
|
|
"lodash": "^4.17.2",
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"react": "^15.4.1",
|
|
"react-dom": "^15.4.1",
|
|
"react-redux": "^4.4.6",
|
|
"redux": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-brunch": "^6.0.6",
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"brunch": "~2.6.0",
|
|
"clean-css-brunch": "~2.0.0",
|
|
"css-brunch": "~2.0.0",
|
|
"javascript-brunch": "~2.0.0",
|
|
"sass-brunch": "^2.7.0",
|
|
"uglify-js-brunch": "~2.0.1"
|
|
}
|
|
}
|