-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.61 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
{
"name": "@ijsto/react-snackbar",
"version": "0.0.2",
"description": "Lightweight React Snackbar/Notifications bar Component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: Sorry, test are not yet implemented. Feel free to submit a request https://github.com/ijsto/react-snackbar/issues\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ijsto/react-snackbar.git"
},
"keywords": [
"react",
"react-component",
"snackbar",
"notification-bar",
"react-notification"
],
"author": "(Scott) Agirs Neminskis <[email protected]>",
"bugs": {
"url": "https://github.com/ijsto/react-snackbar/issues"
},
"homepage": "https://github.com/ijsto/react-snackbar#readme",
"license": "ISC",
"peerDependencies": {
"react": "^16.6.1",
"react-dom": "^16.6.3"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-nextjs": "^1.0.3",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.19.1",
"react": "^16.6.1",
"react-dom": "^16.6.3"
},
"dependencies": {
"styled-components": "^5.0.1"
}
}