UNPKG

catreact

Version:

Catavolt Core React Components

44 lines (43 loc) 1.36 kB
{ "name": "catreact", "version": "1.0.12", "main": "./src/js/catreact.js", "typings": "./src/js/catreact.d.ts", "description": "Catavolt Core React Components", "author": "Rob Burson <rob.burson@catavolt.com>", "license": "Apache-2.0", "keywords": [ "catavolt", "javascript", "react" ], "repository": { "type": "git", "url": "https://git.catavolt.com/javascript/catreact.git" }, "dependencies": { "babelify": "^7.2.0", "catavolt-sdk": "^1.0.1", "react": "^15.2.0", "react-dom": "^15.2.0", "react-bootstrap-datetimepicker": "^0.0.22", "react-google-maps": "4.10.3", "recharts": "^0.10.10", "react-router": "^2.0.0" }, "devDependencies": { "babel-cli": "^6.4.5", "babel-core": "^6.4.5", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "jasmine": "^2.4.1", "jasmine-core": "^2.4.1", "watchify": "^3.6.1", "webpack": "^1.12.12" }, "scripts": { "build-buzz": "./node_modules/.bin/watchify -v -t [ babelify --presets [ es2015 react ] ] examples/demo-buzz-feed/src/comp_buzz.jsx -o examples/demo-buzz-feed/bundle.js", "start": "./node_modules/.bin/watchify -v -t [ babelify --presets [ es2015 react ] ] examples/catavolt-client/src/catavolt_ext.jsx -o examples/catavolt-client/bundle.js" } }