1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/package.json
2016-12-08 17:46:28 +01:00

23 lines
510 B
JSON

{
"name": "simple-brunch",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-brunch": "^6.0.6",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-react": "^6.16.0",
"brunch": "^2.9.1",
"javascript-brunch": "^2.0.0",
"sass-brunch": "^2.7.0"
},
"dependencies": {
"classnames": "^2.2.5",
"immutable": "^3.8.1",
"lodash": "^4.17.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"redux": "^3.6.0"
}
}