-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "qwik-router-repo",
"version": "0.0.0",
"description": "A SPA-like router for Qwik.",
"license": "MIT",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {},
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@jscutlery/semver": "5.0.0",
"@nx/vite": "18.0.0",
"@nx/eslint-plugin": "18.0.0",
"@types/eslint": "8.56.2",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitest/coverage-istanbul": "1.2.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-qwik": "1.4.3",
"eslint-plugin-unused-imports": "3.0.0",
"happy-dom": "13.3.8",
"husky": "9.0.10",
"ngx-deploy-npm": "8.0.1",
"nx": "18.0.0",
"prettier": "3.2.5",
"qwik-nx": "2.0.2",
"tslib": "2.6.2",
"typescript": "5.3.3",
"undici": "6.6.0",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.2",
"vite-plugin-static-copy": "1.0.1",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.2.2"
}
}