-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
77 lines (77 loc) · 2.07 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
68
69
70
71
72
73
74
75
76
77
{
"name": "cypress-qwik-root",
"version": "0.0.0",
"description": "Qwik Component Testing with Cypress",
"engines": {
"node": ">=16.0.0"
},
"private": false,
"scripts": {
"commit": "git-cz",
"format:fix": "pretty-quick --staged",
"prepare": "husky install"
},
"devDependencies": {
"@builder.io/qwik": "0.23.0",
"@builder.io/qwik-city": "0.6.6",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-angular": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@cypress/code-coverage": "3.10.0",
"@cypress/vite-dev-server": "^2.2.1",
"@jscutlery/semver": "^2.30.1",
"@nrwl/cli": "15.8.9",
"@nrwl/cypress": "15.8.9",
"@nrwl/eslint-plugin-nx": "15.8.9",
"@nrwl/js": "15.8.9",
"@nrwl/linter": "15.8.9",
"@nrwl/nx-cloud": "15.3.2",
"@nrwl/vite": "15.8.9",
"@nrwl/workspace": "15.8.9",
"@types/eslint": "8.21.3",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@vitest/ui": "^0.25.8",
"all-contributors-cli": "^6.24.0",
"autoprefixer": "^10.4.13",
"commitizen": "^4.3.0",
"commitlint": "^17.4.3",
"cypress": "12.9.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-qwik": "0.23.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"jsdom": "~21.1.0",
"ngx-deploy-npm": "^5.0.0",
"node-fetch": "3.3.0",
"np": "7.6.3",
"nx": "15.8.9",
"postcss": "^8.4.21",
"prettier": "2.8.6",
"pretty-quick": "^3.1.3",
"qwik-nx": "0.14.0",
"ts-node": "10.9.1",
"typescript": "5.0.2",
"undici": "5.21.0",
"vite": "4.2.1",
"vite-plugin-dts": "~1.7.3",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.0.7",
"vitest": "^0.25.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"qwik",
"cypress",
"component testing"
],
"dependencies": {}
}