reagent/package.json
Dan Holmsand d9ad7740ec Make it easier to use with webpack and node
Demo and tests now can run with webpack-generated React

Use js/require, to make Reagent work better with node
2015-10-10 13:40:33 +02:00

14 lines
271 B
JSON

{
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"scripts": {
"bundle": "webpack && NODE_ENV=production webpack -p"
},
"devDependencies": {
"babel-core": "^5.8.25",
"webpack": "^1.12.2"
}
}