-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.45 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
{
"name": "@qwik-angular/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"private": true,
"packageManager": "[email protected]",
"engines": {
"pnpm": "^8.0.0"
},
"devDependencies": {
"@builder.io/qwik": "~1.2.6",
"@builder.io/qwik-city": "~1.2.6",
"@nx/angular": "17.1.1",
"@nx/devkit": "17.1.1",
"@nx/eslint-plugin": "17.1.1",
"@nx/js": "17.1.1",
"@nx/vite": "17.1.1",
"@nx/workspace": "17.1.1",
"@swc/cli": "~0.1.62",
"@swc/core": "1.3.96",
"@types/node": "^18.16.1",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vitest/ui": "~0.32.0",
"chalk": "^4.1.2",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-qwik": "~1.2.6",
"node-fetch": "~3.3.0",
"nx": "17.1.1",
"prettier": "^2.6.2",
"qwik-nx": "^2.0.2",
"rollup": "^3.27.1",
"tslib": "^2.3.0",
"typescript": "5.2.2",
"undici": "^5.22.0",
"verdaccio": "^5.0.4",
"vite": "~4.4.0",
"vite-plugin-dts": "~2.3.0",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "~0.32.0",
"yargs": "^17.7.2",
"@nx/eslint": "17.1.1",
"husky": "^8.0.0",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"lint-staged": "^13.2.2"
},
"nx": {
"includedScripts": []
},
"dependencies": {
"@swc/helpers": "0.5.3"
}
}