-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "react-notifi",
"version": "0.0.13",
"description": "Tiny (1.4kb) toast library for react notifications with animations and stackable toast's feature.",
"source": "src/index.js",
"main": "dist/index.js",
"unpkg": "dist/index.umd.js",
"module": "dist/index.m.js",
"scripts": {
"build": "microbundle --jsx React.createElement",
"start": "microbundle -f cjs watch --compress=false --jsx React.createElement --raw",
"lint": "eslint src/"
},
"keywords": [
"noti-fi",
"noti-q",
"notistack",
"enqueueSnackbar",
"snackbarprovider",
"useSnackbar",
"react",
"toast",
"snackbar",
"stacked",
"notification",
"toast",
"react-toast",
"toast-react",
"toastr",
"toast messages",
"react notifications",
"Yash Rathore"
],
"author": "Yash Rathore",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.7.7",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"microbundle": "^0.11.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"microbundle": "^0.13.0"
}
}