-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "toasts-manager",
"version": "0.1.17",
"description": "React Toasts Manager library",
"main": "lib/index.js",
"scripts": {
"prepare": "eslint src && npm run build",
"build": "babel src -d lib --delete-dir-on-start",
"lint": "eslint --fix src"
},
"keywords": [
"react",
"toasts",
"library"
],
"author": "Golos Team",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"styled-components": "^4.1.3",
"styled-is": "^1.2.2"
},
"peerDependencies": {
"prop-types": "*",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"styled-components": ">=4.0.0",
"styled-is": ">=1.0.0"
}
}