-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 892 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
{
"name": "react-network-query",
"version": "0.2.8",
"description": "Declarative components for making network requests in react",
"main": "dist/index.js",
"scripts": {
"compile": "rimraf dist/*; tsc",
"prepublish": "npm run compile",
"test": "react-scripts test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teod/react-network-query.git"
},
"author": "Teodor Druta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/teod/react-network-query/issues"
},
"homepage": "https://github.com/teod/react-network-query#readme",
"dependencies": {
"@types/jest": "24.0.15",
"@types/node": "12.6.8",
"@types/react": "16.8.23",
"react": "^16.8.6",
"react-scripts": "3.0.1",
"tslint": "^5.18.0",
"typescript": "3.5.3"
},
"devDependencies": {
"rimraf": "^2.6.3"
}
}