forked from solidjs/solid-start
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "solid-start-tests",
"type": "module",
"scripts": {
"clean": "rimraf .tmp",
"install:playwright": "playwright install --with-deps",
"test": "playwright test --config ./playwright.config.ts",
"show:test-report": "playwright show-report",
"test:unit": "vitest run"
},
"dependencies": {
"@playwright/test": "1.38.1",
"@testing-library/jest-dom": "^5.16.5",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.19",
"@types/testing-library__jest-dom": "^5.14.8",
"cheerio": "1.0.0-rc.12",
"compression": "^1.7.4",
"cross-spawn": "^7.0.3",
"fs-extra": "^11.1.1",
"get-port": "^6.1.2",
"picocolors": "^1.0.0",
"polka": "1.0.0-next.22",
"prettier": "^2.8.8",
"sirv": "^2.0.3",
"solid-start": "workspace:*",
"solid-start-node": "workspace:*",
"strip-indent": "^4.0.0",
"undici": "^5.22.1",
"vite": "^4.4.6",
"vitest": "^0.28.5",
"wait-on": "^7.0.1"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}