forked from dosolkowski-work/vitest-extend-types-issue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.51 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
{
"name": "@dosolkowski-work/vitest-extend-types-issue",
"description": "Reproduction of an issue with vitest expect.extend",
"version": "1.0.0",
"author": {
"name": "David Osolkowski",
"url": "https://github.com/dosolkowski-work/"
},
"browser": true,
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"jsdom": "^25.0.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3",
"vitest-axe": "^0.1.0"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9"
},
"homepage": "https://github.com/dosolkowski-work/vitest-extend-types-issue",
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dosolkowski-work/vitest-extend-types-issue"
},
"scripts": {
"build": "tsc -b && vite build",
"preinstall": "npx only-allow pnpm",
"start": "vite",
"test": "vitest"
},
"type": "module"
}