-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "react-location-state",
"version": "0.0.6",
"description": "Control browser location and history state as react state.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brogency/react-location-state.git"
},
"keywords": [
"react",
"browser",
"location",
"history",
"state"
],
"author": "acrius@mail.ru",
"license": "MIT",
"bugs": {
"url": "https://github.com/brogency/react-location-state/issues"
},
"homepage": "https://github.com/brogency/react-location-state#readme",
"dependencies": {
"history-observer": "^0.0.3",
"querystring": "^0.2.0"
},
"devDependencies": {
"@types/history": "^4.7.3",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.16",
"@types/react": "^16.9.16",
"lodash": "^4.17.15",
"react": "^16.12.0",
"typescript": "^3.7.3"
},
"files": [
"dist/**/*"
]
}