-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.11 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
52
53
54
{
"author": {
"name": "Salman",
"email": "[email protected]"
},
"name": "react-api-hook-calls",
"private": false,
"version": "1.0.2",
"type": "module",
"license": "MIT",
"repository": "salman15/react-api-calls",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0"
},
"keywords": [],
"files": [
"dist",
"README.md"
],
"main": "./dist/react-api-calls.umd.js",
"module": "./dist/react-api-calls.es.js",
"exports": {
".": {
"import": "./dist/react-api-calls.es.js",
"require": "./dist/react-api-calls.umd.js"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}