4 Star 4 Fork 0

陈民 / react-select2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.56 KB
一键复制 编辑 原始数据 按行查看 历史
陈民 提交于 2016-05-12 22:56 . init
{
"name": "lovli.js",
"version": "0.5.0",
"license": "MIT",
"description": "A boilerplate for developing react+redux applications with rethinkdb/horizon as realtime database and express for the server.",
"repository": "https://github.com/flipace/lovli.js",
"contributors": [
{
"name": "Patrick Neschkudla",
"email": "neschkudla@gmail.com"
}
],
"devDependencies": {
"async": "1.5.2",
"autoprefixer": "^6.3.6",
"babel-cli": "6.7.7",
"babel-core": "6.7.7",
"babel-eslint": "6.0.4",
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-syntax-jsx": "6.5.0",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"chalk": "^1.1.3",
"css-loader": "^0.23.1",
"css-mqpacker": "^4.0.1",
"eslint": "2.8.0",
"eslint-config-airbnb": "8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.4",
"postcss-discard-comments": "^2.0.4",
"postcss-loader": "^0.8.2",
"progress-bar-webpack-plugin": "^1.6.0",
"raw-loader": "^0.5.1",
"react-addons-perf": "15.0.1",
"react-hot-loader": "^3.0.0-alpha.13",
"react-transform-catch-errors": "1.0.2",
"redbox-react": "1.2.3",
"redux-devtools": "3.2.0",
"script-loader": "^0.7.0",
"shelljs": "^0.7.0",
"style-loader": "^0.13.1",
"webpack": "1.13.0",
"webpack-anybar-plugin": "^2.1.0",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"@horizon/client": "0.1.0",
"@horizon/server": "0.1.1-0",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"hoist-non-react-statics": "^1.0.5",
"horizon-react": "0.2.1",
"immutable": "3.8.1",
"later": "^1.2.0",
"lodash": "4.11.1",
"normalize.css": "^4.1.1",
"postcss-nested": "^1.0.0",
"react": "15.0.1",
"react-dom": "15.0.1",
"react-redux": "4.4.5",
"react-router": "2.4.0",
"react-router-redux": "^4.0.4",
"redux": "3.5.2",
"redux-form": "^5.2.3",
"redux-thunk": "2.0.1",
"rethinkdbdash": "^2.3.4",
"winston": "^2.2.0"
},
"scripts": {
"start": "LATER_COV= babel-node bin/dev.js",
"prod": "LATER_COV= npm run build && node ./.build/server.bundle.js",
"build": "webpack --config=config/webpack/webpack.config.client.prod.js && webpack --config=config/webpack/webpack.config.server.js"
}
}
JavaScript
1
https://gitee.com/worldonevn/react-select2.git
git@gitee.com:worldonevn/react-select2.git
worldonevn
react-select2
react-select2
master

搜索帮助