-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 1.69 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
{
"name": "qwik-image",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"build": "nx run qwik-image:build",
"build.qwik-ci": "nx run qwik-image:build --skip-nx-cache",
"test": "echo 'test'"
},
"private": false,
"type": "module",
"engines": {
"node": ">=20.11.1",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=9.0.5"
},
"devDependencies": {
"@builder.io/qwik": "1.10.0",
"@builder.io/qwik-city": "1.10.0",
"@commitlint/cli": "17.6.1",
"@commitlint/config-angular": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@jscutlery/semver": "2.30.1",
"@nrwl/cypress": "19.7.4",
"@nrwl/linter": "19.7.4",
"@nrwl/vite": "19.7.4",
"@nrwl/workspace": "19.7.4",
"@types/node": "18.15.13",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitest/ui": "0.30.1",
"all-contributors-cli": "6.24.0",
"cypress": "12.10.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "~8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.13.2",
"eslint-plugin-qwik": "1.10.0",
"husky": "8.0.3",
"jsdom": "~21.1.1",
"ngx-deploy-npm": "5.2.0",
"node-fetch": "~3.3.1",
"nx": "19.7.4",
"prettier": "2.8.7",
"qwik-nx": "2.3.1",
"tslib": "2.5.3",
"undici": "5.22.0",
"vite": "~4.3.1",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-static-copy": "1.0.5",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "0.30.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"qwik"
]
}