-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.55 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
{
"name": "qwikifiers-project",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "git-cz",
"format:fix": "pretty-quick --staged",
"prepare": "husky install"
},
"private": true,
"devDependencies": {
"@builder.io/qwik": "~0.17.5",
"@builder.io/qwik-city": "~0.1.0",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-angular": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@jscutlery/semver": "^2.30.1",
"@nrwl/cypress": "15.7.2",
"@nrwl/eslint-plugin-nx": "15.7.2",
"@nrwl/linter": "15.7.2",
"@nrwl/nx-cloud": "latest",
"@nrwl/vite": "15.7.2",
"@nrwl/workspace": "^15.7.2",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitest/ui": "^0.25.8",
"all-contributors-cli": "^6.24.0",
"cypress": "^12.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-qwik": "~0.17.5",
"husky": "^8.0.3",
"jsdom": "~20.0.3",
"ngx-deploy-npm": "^5.0.0",
"node-fetch": "~3.3.0",
"nx": "15.7.2",
"prettier": "^2.6.2",
"qwik-nx": "^0.11.0",
"undici": "^5.18.0",
"vite": "~4.1.1",
"vite-plugin-dts": "~1.7.3",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "~4.0.3",
"vitest": "^0.25.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"qwik"
],
"dependencies": {}
}