react-toolbox/package.json

37 lines
1.0 KiB
JSON

{
"name" : "react-kit",
"version" : "0.6.13",
"description" : "",
"homepage" : "http://zetapath.com",
"author" : "Zetapath LTD.",
"main" : "./components",
"scripts": {
"start" : "npm run build & npm run server",
"server" : "webpack-dev-server --hot",
"build" : "webpack",
"watch" : "webpack --watch",
"deploy" : "NODE_ENV=production webpack -p"
},
"keywords": [
"react",
"react-component",
"material design",
"toolkit"
],
"license": "MIT",
"dependencies": {
"coffee-script": "*"
},
"devDependencies": {
"css-loader" : "^0.14.5",
"classnames" : "^2.1.2",
"extract-text-webpack-plugin" : "^0.8.1",
"node-libs-browser" : "^0.5.2",
"react" : "^0.13.2",
"react-inline" : "^0.6.2",
"style-loader" : "^0.12.3",
"stylus-loader" : "^1.2.0",
"webpack" : "^1.9.10"
}
}