-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "react-notification-timeline",
"version": "0.0.9",
"description": "React Component to notify you and keep track of it as a timeline",
"main": "index.js",
"scripts": {
"build": "babel --ignore dist,node_modules . --out-dir dist",
"build_component": "babel --ignore dist,static,node_modules,NotiftMe.js . --out-file index.js"
},
"dependencies": {
"bootstrap": "^4.5.0",
"moment": "^2.24.0",
"node-sass": "^4.14.1",
"react-bootstrap": "^1.0.1",
"react-feather": "^2.0.8",
"reactjs-localstorage": "^1.0.1",
"sass": "1.25.0"
},
"devDependencies": {
"@babel/cli": "7.10.1",
"@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/preset-react": "7.10.1",
"babel-preset-es2015": "6.24.1",
"prop-types": "15.7.2"
},
"peerDependencies": {
"react": "16.12.0",
"react-dom": "16.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atapas/notifyme.git"
},
"keywords": [
"react",
"reactjs",
"notification"
],
"author": "Tapas Adhikary",
"license": "MIT",
"bugs": {
"url": "https://github.com/atapas/notifyme/issues"
},
"homepage": "https://github.com/atapas/notifyme#readme"
}