-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "react-ufo",
"version": "0.0.7",
"description": "🛸 UFO - Use fetch orderly - A small collection of react hooks to help you handle data fetching with no fuss 🛸",
"main": "./build/umd/umd.js",
"react-scv": {
"appBuildEntry": "src/app.js",
"umdBuildEntry": "src/module/index.js",
"html": {
"title": "react-ufo",
"description": "🛸 UFO - Use fetch orderly 🛸"
},
"devServer": {
"port": "4000"
}
},
"scripts": {
"build": "react-scv build:app && react-scv build:umd",
"build:app": "react-scv build:app",
"build:umd": "react-scv build:umd",
"start": "react-scv start",
"test": "react-scv test",
"test:debug": "node --inspect-brk ./node_modules/react-scv/bin/react-scv test --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcellomontemagno/react-ufo.git"
},
"bugs": {
"url": "https://github.com/marcellomontemagno/react-ufo/issues"
},
"homepage": "https://github.com/marcellomontemagno/react-ufo",
"keywords": [
"react",
"fetch",
"axios",
"hook",
"abort",
"suspense"
],
"devDependencies": {
"@testing-library/react-hooks": "3.2.1",
"eslint-plugin-react-hooks": "2.3.0",
"lodash.debounce": "4.0.8",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scv": "0.0.19"
},
"author": "Marcello Montemagno",
"license": "MIT"
}