-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 963 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 963 Bytes
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
{
"name": "react-usepopstate",
"version": "1.0.1",
"description": "React window event listener popstate",
"keywords": [
"hook",
"hooks",
"popstate",
"react",
"react-hooks",
"react-usepopstate",
"window-popstate"
],
"repository": "https://github.com/thinnakrit/react-usepopstate",
"homepage": "https://github.com/thinnakrit/react-usepopstate#readme",
"license": "MIT",
"author": "Thinnakrit Knoo-Aksorn <thinnakrit.idesign@gmail.com>",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"scripts": {
"build": "microbundle"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"microbundle": "^0.12.4",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
}
}