-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "react-query-factory",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "Ar4ys <ar4ys@proton.me> (https://github.com/Ar4ys)",
"license": "ISC",
"scripts": {
"build": "tsup",
"lint": "tsc",
"test": "vitest run && vitest typecheck --run",
"test:watch": "vitest watch",
"test:types": "vitest typecheck --run",
"test:types:watch": "vitest typecheck"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@tanstack/react-query": "^4.26.1",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.28",
"happy-dom": "^8.9.0",
"insource-tests-autoimport": "link:insource-tests-autoimport",
"prettier": "^2.8.4",
"prettier-plugin-jsdoc": "^0.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.6.3",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vitest": "^0.30.0"
},
"peerDependencies": {
"@tanstack/react-query": "^4.26.1",
"@types/react": "^18.0.28",
"react": "^18.2.0"
}
}