mirror of https://github.com/status-im/reagent.git
18 lines
412 B
JSON
18 lines
412 B
JSON
{
|
|
"dependencies": {
|
|
"browser-resolve": "^1.11.2",
|
|
"create-react-class": "^15.5.3",
|
|
"module-deps": "^4.1.1",
|
|
"react": "^15.5.3",
|
|
"react-dom": "^15.5.3",
|
|
"resolve": "^1.3.3"
|
|
},
|
|
"scripts": {
|
|
"bundle": "webpack && NODE_ENV=production webpack -p"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^5.8.25",
|
|
"webpack": "^1.12.2"
|
|
}
|
|
}
|