-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.81 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "playwright-qwik-root",
"version": "0.0.0",
"description": "Qwik Component Testing with Playwright",
"engines": {
"node": ">=16.0.0"
},
"private": false,
"scripts": {
"build": "nx build playwright-ct-qwik",
"commit": "git-cz",
"format:fix": "pretty-quick --staged",
"prepare": "husky install"
},
"devDependencies": {
"@builder.io/qwik": "1.4.2",
"@builder.io/qwik-city": "1.4.2",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-angular": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@jscutlery/semver": "^3.0.0",
"@nx/workspace": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/js": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/eslint": "17.2.8",
"@playwright/experimental-ct-core": "1.42.0-alpha-jan-18-2024",
"@playwright/test": "1.41.1",
"@types/eslint": "8.56.2",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"all-contributors-cli": "^6.26.0",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"commitlint": "^17.6.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-qwik": "1.4.2",
"husky": "^8.0.3",
"ngx-deploy-npm": "^6.0.0",
"nx": "17.2.8",
"postcss": "^8.4.24",
"prettier": "3.2.4",
"pretty-quick": "^3.1.3",
"qwik-nx": "2.0.2",
"ts-node": "10.9.1",
"typescript": "5.3.3",
"undici": "6.5.0",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.2",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.3.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"qwik",
"playwright",
"component testing"
],
"dependencies": {}
}