-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 907 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
{
"name": "vitest-v3-require-esm",
"version": "1.0.0",
"description": "Reproduces ERR_REQUIRE_ESM under vite@3",
"main": "index.js",
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddolcimascolo/vitest-v3-require-esm.git"
},
"keywords": [
"vitest",
"err",
"require",
"esm"
],
"author": "David DOLCIMASCOLO <david.dolcimascolo@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ddolcimascolo/vitest-v3-require-esm/issues"
},
"homepage": "https://github.com/ddolcimascolo/vitest-v3-require-esm#readme",
"dependencies": {
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@vitejs/plugin-react": "4.3.4",
"happy-dom": "16.6.0",
"react-use": "17.6.0",
"vite": "6.0.7",
"vitest": "3.0.0"
}
}