-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 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
{
"name": "qwikifiers-project",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"commit": "pnpx git-cz --disable-emoji",
"test": "nx test qwik-flow"
},
"private": true,
"devDependencies": {
"@builder.io/qwik": "~0.19.2",
"@builder.io/qwik-city": "~0.4.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-angular": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@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": "18.14.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitest/ui": "^0.28.5",
"all-contributors-cli": "^6.24.0",
"autoprefixer": "^10.4.13",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-qwik": "~0.19.2",
"husky": "^8.0.3",
"jsdom": "~20.0.3",
"ngx-deploy-npm": "^5.2.0",
"node-fetch": "~3.3.0",
"nx": "15.7.2",
"prettier": "^2.8.4",
"qwik-nx": "^0.11.1",
"tailwindcss": "^3.2.7",
"undici": "^5.20.0",
"vite": "~4.1.4",
"vite-plugin-dts": "~1.7.3",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "~4.0.5",
"vitest": "^0.25.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"qwik"
]
}