-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "react-use-querystring-state",
"version": "1.0.3",
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index",
"scripts": {
"build": "tsc -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/space-fe/react-use-querystring-state.git"
},
"keywords": [
"querystring",
"qs"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/space-fe/react-use-querystring-state/issues"
},
"homepage": "https://github.com/space-fe/react-use-querystring-state#readme",
"devDependencies": {
"@types/react": "^16.9.23",
"@types/react-router-dom": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.19.1",
"prettier-eslint-cli": "^5.0.0",
"query-string": "^6.11.1",
"react": "^16.13.0",
"react-router-dom": "^5.1.2",
"typescript": "^3.8.3"
}
}