UNPKG

react-lite-misc

Version:
60 lines (59 loc) 1.55 kB
{ "name": "react-lite-misc", "version": "1.3.0", "description": "Misc Components of jianliao.com", "main": "lib/index.js", "dependencies": { "classnames": "^2.1.3", "react": "^0.14.7", "talk-iconfonts": "^1.0.5" }, "devDependencies": { "autoprefixer-loader": "^2.0.0", "babel-core": "^5.8.20", "babel-loader": "^5.3.2", "cirru-script": "^0.2.3", "coffee-loader": "^0.7.2", "coffee-script": "^1.9.3", "css-loader": "^0.16.0", "del": "^1.2.0", "extract-text-webpack-plugin": "^0.8.2", "file-loader": "^0.8.4", "gulp": "^3.9.0", "gulp-coffee": "^2.3.1", "less": "^2.5.1", "less-loader": "^2.2.0", "node-libs-browser": "^0.5.2", "react-dom": "^0.14.7", "rsyncwrapper": "^0.4.3", "run-sequence": "^1.1.2", "stir-template": "^0.1.4", "style-loader": "^0.12.3", "url-loader": "^0.5.6", "webpack": "^1.10.5", "webpack-dev-server": "^1.10.1" }, "scripts": { "prepublish": "rm -rf lib/ && gulp script", "prestart": "gulp html", "rsync": "gulp build && gulp rsync", "start": "webpack-dev-server --hot --progress", "test": "" }, "keywords": [ "react", "react-component", "react-lite", "talk-ui" ], "author": "Teambition", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/teambition/react-lite-misc.git" }, "bugs": { "url": "https://github.com/teambition/react-lite-misc/issues" }, "homepage": "https://github.com/teambition/react-lite-misc" }