forked from tjrexer/react-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.55 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "react-notifications",
"version": "1.7.1",
"description": "Notification component for ReactJS",
"main": "lib/index.js",
"scripts": {
"start": "NODE_ENV=development babel-node example/webpack.server.js",
"lint": "NODE_ENV=development eslint .",
"build": "NODE_ENV=production gulp build"
},
"keywords": [
"react-component",
"react",
"component",
"notifications",
"notification"
],
"dependencies": {
"acorn": "6.4.1",
"classnames": "^2.1.1",
"prop-types": "^15.5.10",
"react-transition-group": "^4.4.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"autoprefixer": "^7.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"bootstrap": "^3.4.1",
"camelcase": "^4.1.0",
"clean-webpack-plugin": "^0.1.9",
"cross-env": "^4.0.0",
"css-loader": "^4.3.0",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"express": "^4.15.3",
"file-loader": "^1.1.11",
"flux": "^3.1.2",
"globby": "^6.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy": "^1.18.1",
"mini-css-extract-plugin": "^0.11.0",
"node-sass": "^4.13.1",
"postcss-loader": "^2.0.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-hot-loader": "^4.12.21",
"react-router-dom": "^4.1.1",
"regenerator-runtime": "^0.13.7",
"run-sequence": "^1.2.2",
"sass-loader": "^6.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0",
"webpack-livereload-plugin": "^2.3.0",
"webpack-stream": "^6.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tjrexer/react-notifications.git"
},
"author": [
"Minh Tran",
"Tim Rexer"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tjrexer/react-notifications/issues"
},
"homepage": "https://github.com/tjrexer/react-notifications"
}