-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
{
"name": "react-redux-notification",
"version": "0.0.1",
"description": "The simplest way to implement a notiffication system in your React-Redux app",
"main": "./index.js",
"scripts": {
"start": "cd demo && webpack-dev-server --config webpack.config.js --progress --colors --port 9000",
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicmesan/react-redux-notification.git"
},
"keywords": [
"react",
"redux",
"notifications",
"notifications",
"system",
"react",
"notifications",
"redux",
"notifications",
"react",
"notification",
"system"
],
"author": "nicmesan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicmesan/react-redux-notification/issues"
},
"homepage": "https://github.com/nicmesan/react-redux-notification#readme",
"peerDependencies": {
"react": "0.14.x || ^15.0.0",
"react-dom": "0.14.x || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}