-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-pouch-redux-starter-kit",
"version": "0.0.1",
"description": "Quickly get started with React + PouchDB + Redux",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --colors --hot",
"build": "NODE_ENV=production webpack -p --config webpack.production.config.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osxi/react-pouch-redux-starter-kit.git"
},
"keywords": [
"react",
"pouch",
"redux",
"webpack"
],
"author": "osxi",
"license": "MIT",
"bugs": {
"url": "https://github.com/osxi/react-pouch-redux-starter-kit/issues"
},
"homepage": "https://github.com/osxi/react-pouch-redux-starter-kit#readme",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.2.0",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"css-loader": "^0.23.0",
"eslint": "^1.9.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.9.0",
"fbjs": "^0.6.1",
"history": "^1.13.1",
"jest-cli": "^0.8.0",
"material-ui": "^0.14.2",
"pouchdb": "^5.0.0",
"react": "^0.14.0",
"react-addons-create-fragment": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.0-rc3",
"react-tap-event-plugin": "^0.2.1",
"redux": "^3.0.2",
"redux-devtools": "^3.0.1",
"redux-logger": "^2.0.4",
"redux-promise": "^0.5.0",
"redux-thunk": "^1.0.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}