-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.3 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": "react-universal-hooks",
"version": "0.5.1",
"description": "react-universal-hooks",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salvoravida/react-universal-hooks"
},
"keywords": [
"react-class-hooks",
"react",
"class",
"classes",
"hooks",
"react-use",
"react-use-class",
"universal",
"react-hooks",
"react-universal-hooks"
],
"author": "Salvatore Ravidà",
"license": "MIT",
"bugs": {
"url": "https://github.com/salvoravida/react-universal-hooks/issues"
},
"homepage": "https://github.com/salvoravida/react-universal-hooks#readme",
"dependencies": {},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "7.12.8",
"@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@rollup/plugin-babel": "5.2.2",
"@rollup/plugin-node-resolve": "11.0.0",
"@salvoravida/eslint-config": "0.0.4",
"react-class-hooks": "0.5.1",
"react": "17.0.1",
"rollup": "2.34.0"
}
}