mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-01-27 15:14:30 +00:00
15 lines
353 B
JSON
15 lines
353 B
JSON
|
{
|
||
|
"dependencies": {
|
||
|
"browserify": "^4.1.11",
|
||
|
"reactify": "^0.13.1",
|
||
|
"envify": "^1.2.1",
|
||
|
"react": "^0.13.0",
|
||
|
"http-server": "^0.6.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postinstall": "npm run build",
|
||
|
"start": "http-server -c-1",
|
||
|
"build": "grunt --gruntfile ../Gruntfile.js && browserify -t reactify src.js > bundle.js --harmony"
|
||
|
}
|
||
|
}
|