-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
{
"name": "@faizaanceg/snitch",
"version": "1.2.1",
"description": "Snitch - Control visibility of your views",
"main": "lib/snitch.cjs.js",
"module": "lib/snitch.es.js",
"source": "src/index.js",
"scripts": {
"prebuild": "rimraf lib",
"build": "rollup -c",
"prepare": "npm run build",
"dev": "rollup -c -w",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix"
},
"repository": "aulisius/snitch",
"keywords": [
"react",
"redux",
"snitch",
"open at the close",
"render props",
"react-redux",
"symbol"
],
"homepage": "https://github.com/aulisius/snitch",
"author": "Md Faizaan <aulisius7@gmail.com> (https://aulisi.us)",
"peerDependencies": {
"prop-types": ">= 15.0.0",
"react": ">= 16.8.4",
"react-dom": ">= 16.8.4",
"react-redux": ">= 3",
"redux": ">= 3.1.0"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/polyfill": "7.11.5",
"@babel/preset-env": "7.11.5",
"@rollup/plugin-babel": "5.2.1",
"@rollup/plugin-commonjs": "15.1.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.21.2",
"prettier": "^1.14.3",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup-plugin-filesize": "^9.0.2"
},
"dependencies": {},
"files": [
"lib/",
"README.md"
],
"license": "MIT"
}