forked from iamhosseindhv/notistack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.99 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
{
"name": "notistack",
"version": "0.1.4",
"description": "Highly customisable notification snackbars (Material-UI Snackbar) that can be stacked on top of each other",
"main": "build/index",
"license": "MIT",
"author": {
"name": "Hossein Dehnokhalaji",
"email": "[email protected]",
"url": "https://github.com/iamhosseindhv/notistack"
},
"homepage": "http://www.iamhosseindhv.com",
"repository": {
"url": "git+https://github.com/iamhosseindhv/notistack.git",
"type": "git"
},
"scripts": {
"transpile": "babel src -d build --copy-files",
"prepublishOnly": "npm run transpile",
"eslint": "eslint . --ext .js,.jsx"
},
"peerDependencies": {
"react": "^16.4.2",
"react-dom": "^16.4.2",
"@material-ui/core": "^1.4.3"
},
"devDependencies": {
"@material-ui/core": "^1.4.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^6.26.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/iamhosseindhv/notistack/issues"
},
"contributors": [
"Hossein Dehnokhalaji (https://www.linkedin.com/in/iamhosseindhv/)"
],
"keywords": [
"react",
"javascript",
"material-ui",
"snackbar",
"stacked",
"notification",
"material design"
]
}