mirror of
https://github.com/facebook/react.git
synced 2026-02-25 21:35:10 +00:00
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"name": "react-basic-commonjs-example",
|
|
"description": "Basic example of using React with CommonJS",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"browserify": "^6.3.3",
|
|
"envify": "^3.2.0",
|
|
"react": "^0.12.0",
|
|
"reactify": "^0.17.1"
|
|
},
|
|
"scripts": {
|
|
"build": "browserify --debug --transform reactify index.js > bundle.js"
|
|
}
|
|
}
|