UNPKG

react-dynamic-content

Version:
59 lines (58 loc) 1.68 kB
{ "name": "react-dynamic-content", "version": "0.0.14", "main": "dist/react-dynamic-content.min.js", "scripts": { "build": "npm run build-babel && npm run build-dist-dev && npm run build-dist-prod", "build-dist-dev": "NODE_ENV=development webpack --config webpack.config --colors", "build-dist-prod": "NODE_ENV=production webpack --config webpack.config --progress --colors -p", "build-babel": "babel ./src/DynamicContent.jsx" }, "repository": { "type": "git", "url": "git://github.com/markshapiro/react-dynamic-content.git" }, "keywords": [ "layout", "gallery", "organization", "custom", "images", "drag", "reposition" ], "author": "Mark Shapiro", "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-loader": "^6.2.5", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-assign": "^6.8.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-1": "^6.13.0", "babel-register": "^6.14.0", "babelify": "^7.3.0", "browserify": "^13.1.0", "css-loader": "^0.26.1", "enzyme": "^2.2.0", "style-loader": "^0.13.1", "uglify-js": "^2.7.3", "webpack": "^1.13.2", "webpack-umd-external": "^1.0.2", "react": "^0.14.6", "react-dom": "^0.14.6" }, "peerDependencies": { "react-dom": "^0.14 || ^15.0", "react": "^0.14 || ^15.0" }, "dependencies": { "jquery": "^3.1.1", "jquery.waitforimages": "^2.2.0", "lodash": "^4.14.0", "react-addons-css-transition-group": "^15.4.2", "react-addons-update": "^15.3.1", "rx": "^4.1.0" } }