-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 632 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 632 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
{
"name": "e2e",
"description": "e2e tests for tailwindcss-themer",
"type": "module",
"scripts": {
"postinstall": "playwright install --with-deps",
"e2e": "playwright test",
"e2e:u": "pnpm run e2e -u"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.9",
"@types/serialize-javascript": "^5.0.4",
"cross-spawn": "^7.0.3",
"execa": "^9.4.1",
"fs-extra": "^11.2.0",
"get-port": "^7.1.0",
"pidtree": "^0.6.0",
"serialize-javascript": "^7.0.3",
"tailwindcss": "^3.4.14"
}
}