-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 900 Bytes
/
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
{
"name": "filter-ui-state-hook",
"version": "0.3.7",
"main": "dist/index.js",
"module": "dist/main.js",
"author": "Hadi Chahine <[email protected]>",
"repository": "https://github.com/hadichahine/filter-ui-state-hook",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "rollup -c",
"clean": "rm -rf dist"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@testing-library/react-hooks": "^7.0.2",
"babel-jest": "^27.4.5",
"jest": "^27.4.5",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rollup": "^2.68.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"dependencies": {
"lodash": "^4.17.21"
}
}