-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
{
"name": "easycall",
"version": "0.0.57",
"description": "easyapi, is a framework to call api and store results painlessly.",
"keywords": [
"easycall",
"API",
"HTTP",
"HTTPS",
"Axios",
"API call"
],
"main": "dist/index.js",
"author": "Behniya <b3hniya@gmail.com>",
"license": "MIT",
"repository": {
"url": "https://github.com/b3hniya/easycall",
"type": "git"
},
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"axios": "^1.4.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.196",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"volta": {
"node": "18.17.1",
"yarn": "1.22.19"
}
}