forked from puranjayjain/react-materialui-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 KB
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
{
"name": "react-materialui-notifications",
"version": "0.4.1",
"description": "Spec compliant notifications for react and material ui users",
"keywords": [
"react",
"material",
"design",
"notification",
"material-ui"
],
"repository": {
"type": "git",
"url": "https://github.com/puranjayjain/react-materialui-notifications.git"
},
"author": "Puranjay Jain <me+npm@puranjayjain.com>",
"main": "./lib/ReactMaterialUiNotifications.js",
"scripts": {
"start": "gulp"
},
"license": "MIT ",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-duplicate-keys": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"moment": "^2.17.1",
"pretty-hrtime": "^1.0.3",
"pump": "^1.0.2",
"recompose": "^0.22.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"material-ui": "^0.17.1",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-tap-event-plugin": "^2.0.1"
}
}