forked from indexiatech/re-notif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
62
63
64
{
"name": "re-notif",
"version": "1.0.1",
"description": "Redux & React based Notifications center",
"scripts": {
"start": "cd demo && node server.js",
"build:lib": "BABEL_ENV=production babel src --out-dir lib",
"build:demo": "rimraf ./dist_demo && cd demo && webpack -p && mv dist_demo ../"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/indexiatech/re-notif.git"
},
"author": "Indexia Technologies, ltd.",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/indexiatech/re-notif/issues"
},
"homepage": "http://indexiatech.github.io/re-notif",
"dependencies": {
"react-addons-css-transition-group": "^15.0.2"
},
"peerDependencies": {
"redux": "2.0.0 || ^3.0.0",
"react-redux": "^3.1.0 || ^4.0.0",
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"babel-runtime": "^5.8.25",
"css-loader": "^0.20.2",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^4.2.3",
"express": "^4.13.4",
"file-loader": "^0.8.4",
"history": "^2.1.1",
"node-sass": "^3.7.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-intl": "^2.0.0-pr-3",
"react-redux": "^4.0.0",
"react-router": "^1.0.0-rc3",
"react-router-bootstrap": "^0.19.2",
"react-transform-hmr": "^1.0.1",
"redux": "^3.5.2",
"redux-devtools": "^3.3.1",
"redux-router": "^1.0.0-beta8",
"redux-thunk": "^2.1.0",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
"serve-static": "^1.10.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}