-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 901 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 901 Bytes
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
{
"name": "@rstest-example/rspack-adapter",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "rspack build",
"dev": "rspack dev",
"preview": "rspack preview",
"test": "rstest",
"test:watch": "rstest --watch"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.5",
"@rspack/cli": "2.0.0-beta.5",
"@rspack/core": "2.0.0-beta.5",
"@rspack/dev-server": "2.0.0-beta.5",
"@rspack/plugin-react-refresh": "^1.6.1",
"@rstest/adapter-rspack": "^0.2.0",
"@rstest/core": "^0.9.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"happy-dom": "^20.8.3",
"react-refresh": "^0.18.0",
"typescript": "^5.9.3"
}
}