-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 940 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
34
35
36
37
38
39
40
{
"name": "@ableco/abledev-react",
"version": "0.0.1-alpha7",
"description": "",
"main": "dist/abledev-react.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack",
"test": "jest"
},
"author": "Julio García",
"license": "ISC",
"dependencies": {
"react-query": "^3.19.2",
"superjson": "^1.7.5"
},
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"jest": "^27.0.6",
"jest-dom": "^4.0.0",
"msw": "^0.34.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^27.0.4",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.0",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"whatwg-fetch": "^3.6.2"
}
}