-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
91 lines (91 loc) · 2.43 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "qwik-nx-repo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx build",
"commit": "git-cz",
"format:fix": "pretty-quick --staged",
"local-registry": "sh ./scripts/local-registry.sh",
"prepare": "husky install",
"start": "nx serve",
"test": "nx test",
"e2e": "nx e2e",
"commitlint": "commitlint --edit"
},
"private": true,
"packageManager": "[email protected]",
"engines": {
"pnpm": "^9.7.0"
},
"devDependencies": {
"@builder.io/qwik": "~1.4.5",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-angular": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@jscutlery/semver": "^4.2.0",
"@nx/cypress": "19.0.6",
"@nx/devkit": "19.0.6",
"@nx/eslint": "19.0.6",
"@nx/eslint-plugin": "19.0.6",
"@nx/jest": "19.0.6",
"@nx/js": "19.0.6",
"@nx/playwright": "19.0.6",
"@nx/plugin": "19.0.6",
"@nx/storybook": "19.0.6",
"@nx/vite": "19.0.6",
"@nx/workspace": "19.0.6",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.3.12",
"@swc/core": "^1.4.1",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.4.0",
"@types/node": "18.19.15",
"@types/semver": "7.5.6",
"@types/tcp-port-used": "1.0.1",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"all-contributors-cli": "^6.26.1",
"chalk": "^4.1.2",
"commitizen": "^4.3.0",
"commitlint": "^17.8.1",
"create-nx-workspace": "17.0.3",
"cz-conventional-changelog": "^3.3.0",
"enquirer": "2.3.6",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"fs-extra": "11.1.0",
"husky": "^8.0.3",
"is-windows": "1.0.2",
"isomorphic-fetch": "3.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jsonc-eslint-parser": "^2.4.0",
"kill-port": "2.0.1",
"ngx-deploy-npm": "8.0.1",
"nx": "19.0.6",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
"semver": "7.6.0",
"tcp-port-used": "1.0.2",
"tree-kill": "1.2.2",
"ts-jest": "29.1.0",
"ts-morph": "17.0.1",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"verdaccio": "5.21.1",
"vite": "~5.0.12",
"yargs": "17.7.1"
},
"dependencies": {
"@swc/helpers": "0.5.1",
"tslib": "^2.6.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}