-
Notifications
You must be signed in to change notification settings - Fork 410
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.18 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.18 KB
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
{
"private": true,
"name": "tests",
"version": "2.66.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "pnpm test:builder && pnpm test:framework && pnpm test:rstest",
"test:framework": "cross-env MODERN_SERVER_LOG_LEVEL=info jest",
"pretest:rstest": "pnpm --dir integration/rstest/basic-app-rstest-browser exec playwright install",
"test:rstest": "rstest",
"test:builder": "cd e2e/builder && pnpm test",
"prepare": "node node_modules/puppeteer/install.mjs"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/plugin-polyfill": "workspace:*",
"@modern-js/utils": "workspace:*",
"@swc/core": "1.15.11",
"@swc/jest": "^0.2.39",
"@types/jest": "^29.5.14",
"@types/node": "^20",
"cross-spawn": "^7.0.6",
"enhanced-resolve": "5.19.0",
"fs-extra": "^10.1.0",
"get-port": "5.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-puppeteer": "^11.0.0",
"kill-port": "^2.0.1",
"puppeteer": "^24.37.5",
"rimraf": "^6.1.3",
"tree-kill": "^1.2.2",
"ts-node": "^10.9.2",
"tsm": "2.3.0",
"typescript": "^5"
}
}