-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "devtools",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": false,
"devDependencies": {
"@builder.io/qwik-city": "~1.2.14",
"@builder.io/qwik": "~1.2.14",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@jscutlery/semver": "^2.30.1",
"@nrwl/cypress": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/nx-cloud": "^16.0.1",
"@nrwl/vite": "15.9.2",
"@nrwl/workspace": "^15.9.2",
"@nx/vite": "^17.0.2",
"@types/chrome": "^0.0.248",
"@types/node": "18.15.13",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitest/ui": "^0.30.1",
"all-contributors-cli": "^6.24.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.10.0",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-qwik": "~1.2.14",
"eslint": "~8.38.0",
"husky": "^8.0.3",
"jsdom": "~21.1.1",
"ngx-deploy-npm": "^5.2.0",
"node-fetch": "~3.3.1",
"nx": "15.9.2",
"postcss": "^8.4.31",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier": "^2.8.7",
"qwik-nx": "^0.15.4",
"tailwindcss": "3.3.3",
"tslib": "^2.5.3",
"tsx": "^3.14.0",
"typescript": "~4.9.5",
"undici": "^5.22.0",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "~4.2.0",
"vite": "~4.3.1",
"vitest": "^0.30.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"qwik"
]
}