-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
67 lines (67 loc) · 1.67 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
65
66
67
{
"name": "react-materialui-notifications",
"version": "0.5.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>",
"contributors": [
{
"name": "Gonçalo Margalho",
"email": "gsky89@gmail.com",
"url": "https://github.com/DevAlien"
}
],
"main": "./lib/ReactMaterialUiNotifications.js",
"scripts":
{
"start": "gulp"
},
"license": "MIT ",
"dependencies":
{
"material-ui": "^0.18.1",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-tap-event-plugin": "^2.0.1",
"react-transition-group": "^1.1.3"
},
"devDependencies":
{
"babel-core": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"moment": "^2.18.1",
"pretty-hrtime": "^1.0.3",
"pump": "^1.0.2",
"recompose": "^0.23.4",
"require-dir": "^0.3.2",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}