mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
15 lines
357 B
JSON
15 lines
357 B
JSON
{
|
|
"name": "react-basic-commonjs-example",
|
|
"description": "Basic example of using React with CommonJS",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"envify": "~1.2.1",
|
|
"react": "~0.10.0",
|
|
"reactify": "~0.13.1",
|
|
"browserify": "~3.44.2"
|
|
},
|
|
"scripts": {
|
|
"build": "browserify --debug --transform reactify index.js > bundle.js"
|
|
}
|
|
}
|