-
Notifications
You must be signed in to change notification settings - Fork 144
/
package.json
154 lines (154 loc) · 5.42 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "qwik-ui-repo",
"version": "0.0.0",
"description": "Qwik UI Components Monorepo",
"engines": {
"node": ">=16.0.0"
},
"private": true,
"type": "module",
"scripts": {
"build.changelog-formatter": "tsc .changeset/changelog-github-custom.ts && mv .changeset/changelog-github-custom.js .changeset/changelog-github-custom.cjs",
"build": "nx build website",
"build.cloudflare": "nx build-cloudflare website",
"build.headless": "nx build headless",
"build.qwik-ci": "nx run-many --target=build -p packages/*",
"change": "changeset",
"changeset.version": "changeset version && pnpm install --no-frozen-lockfile && git add --all",
"dev": "nx serve website --host",
"dev.ct": "nx serve component-tests",
"format.all": "prettier --write \"**/*.{js,jsx,ts,tsx,json,html,css,scss}\"",
"format.staged": "pretty-quick --staged",
"link.dist": "cd dist/packages/kit-headless && pnpm link --global",
"lint": "nx affected:lint",
"local.npm": "nx local-registry",
"prepare": "simple-git-hooks",
"preview.cloudflare": "nx preview-cloudflare website",
"preview": "nx preview website",
"release.prepare": "nx run-many --target=build -p packages/* --skip-nx-cache",
"release.setroot": "mv pnpm-workspace.yaml dist/pnpm-workspace.yaml && cp tools/for-release/pnpm-workspace-for-release.yaml pnpm-workspace.yaml",
"release": "pnpm release.prepare && pnpm release.setroot && pnpm release.publish && pnpm release.resetroot",
"release.publish": "changeset publish",
"release.resetroot": "cp dist/pnpm-workspace.yaml pnpm-workspace.yaml",
"release.e2e": "pnpm release.prepare && pnpm release.setroot && pnpm -r exec pnpm version patch && pnpm -r exec pnpm publish --tag e2e --no-git-checks && pnpm release.resetroot",
"test.cli": "NODE_OPTIONS=--experimental-vm-modules nx test cli",
"test.cli.e2e": "nx e2e cli-e2e",
"test.headless": "nx component-test headless --skip-nx-cache",
"test.visual.headless": "nx visual-test headless",
"test.pw.headless": "nx e2e headless",
"test.pw.headless-chrome-108": "nx e2e-chrome-108 headless",
"test.pw.headless.ci": "nx e2e headless",
"test.headless.ci": "nx component-test-ci headless",
"test.qwik-ci": "nx run-many --target=test --exclude=cli",
"test.utils": "nx test utils"
},
"simple-git-hooks": {
"pre-commit": "pnpm format.staged && pnpm lint"
},
"packageManager": "[email protected]",
"devDependencies": {
"@axe-core/playwright": "^4.9.1",
"@builder.io/qwik": "^1.9",
"@builder.io/qwik-city": "^1.9",
"@changesets/cli": "^2.27.3",
"@changesets/get-github-info": "^0.6.0",
"@changesets/types": "^6.0.0",
"@clack/prompts": "^0.7.0",
"@floating-ui/core": "^1.6.2",
"@floating-ui/dom": "^1.6.5",
"@img/sharp-linux-x64": "^0.33.4",
"@k11r/nx-cloudflare-wrangler": "3.0.0-feat-sst-upgrade.1",
"@modular-forms/qwik": "^0.24.0",
"@nx/devkit": "19.4.2",
"@nx/eslint": "19.4.2",
"@nx/eslint-plugin": "19.4.2",
"@nx/jest": "19.4.2",
"@nx/js": "19.4.2",
"@nx/playwright": "19.4.2",
"@nx/plugin": "19.4.2",
"@nx/vite": "19.4.2",
"@nx/workspace": "19.4.2",
"@oddbird/popover-polyfill": "0.4.3",
"@playwright/test": "^1.44.1",
"@qwikest/icons": "^0.0.13",
"@swc-node/register": "^1.9.1",
"@swc/core": "^1.5.7",
"@types/decompress": "4.2.7",
"@types/eslint": "8.56.10",
"@types/estree-jsx": "1.0.5",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"ansis": "3.2.0",
"autoprefixer": "^10.4.19",
"axe-core": "^4.9.1",
"body-scroll-lock-upgrade": "^1.1.0",
"canvas-confetti": "1.9.3",
"class-variance-authority": "^0.7.0",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.1",
"danger": "^11.3.1",
"decompress": "4.2.1",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-qwik": "^1.9",
"focus-trap": "7.5.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "24.0.0",
"kleur": "^4.1.5",
"match-sorter": "6.3.4",
"node-fetch": "3.3.2",
"np": "^10.0.5",
"nx": "19.4.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"pretty-quick": "^4.0.0",
"qwik-nx": "^2.3.0",
"qwik-themes": "^0.2.0",
"rehype-pretty-code": "^0.13.2",
"sass": "^1.77.2",
"shiki": "^1.21.0",
"simple-git-hooks": "2.11.1",
"specificity": "^1.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"tree-sitter": "0.21.1",
"tree-sitter-typescript": "0.23.0",
"ts-jest": "^29.1.3",
"tslib": "^2.6.2",
"typescript": "5.4.5",
"undici": "5.28.4",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"verdaccio": "^5.31.0",
"vite": "5.2.11",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-static-copy": "1.0.4",
"vite-tsconfig-paths": "4.3.2",
"vitest": "^1.6.0",
"wrangler": "^3.57.1",
"yargs": "^17.7.2"
},
"keywords": [
"qwik",
"qwik ui components",
"components library"
],
"nx": {
"includedScripts": []
},
"volta": {
"node": "22.7.0",
"pnpm": "9.7.0"
}
}