-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.44 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
{
"name": "@producktivity/source",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"prepare": "husky tools/commit-hooks"
},
"devDependencies": {
"@builder.io/qwik": "~1.4.2",
"@builder.io/qwik-city": "~1.4.2",
"@cloudflare/workers-types": "^4.20231218.0",
"@headlessui/react": "^1.7.18",
"@lucia-auth/adapter-sqlite": "^3.0.1",
"@modular-forms/qwik": "^0.23.1",
"@nx/devkit": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/playwright": "17.2.8",
"@nx/storybook": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/workspace": "17.2.8",
"@playwright/test": "^1.36.0",
"@qwik-ui/headless": "^0.3.3",
"@qwikest/icons": "^0.0.13",
"@storybook/addon-a11y": "^7.6.7",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-themes": "^7.6.7",
"@storybook/core-server": "^7.6.7",
"@tailwindcss/typography": "^0.5.12",
"@tanstack/qwik-table": "^8.15.0",
"@types/jest": "^29.4.0",
"@types/node": "^20.11.9",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vite-pwa/assets-generator": "^0.2.2",
"@vitest/ui": "~1.2.2",
"arctic": "^1.2.1",
"autoprefixer": "~10.4.11",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"eslint": "~8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-playwright": "^0.22.1",
"eslint-plugin-qwik": "~1.4.2",
"fabric": "6.0.0-beta18",
"flowbite": "^2.3.0",
"headless": "^1.2.0",
"headlessui": "^0.0.0",
"hono": "^4.1.0",
"husky": "^9.0.6",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsonc-eslint-parser": "^2.4.0",
"lightningcss": "^1.22.1",
"lint-staged": "^15.2.0",
"lucia": "^3.1.1",
"nx": "17.2.8",
"oslo": "^1.1.3",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"qwik-nx": "^2.0.2",
"qwik-sonner": "^0.2.2",
"react": "^18.2.0",
"rxjs": "^7.8.0",
"storybook-framework-qwik": "^0.2.5",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.0",
"typeid-js": "^0.5.0",
"typescript": "~5.3.3",
"vite": "^5.0.12",
"vite-plugin-dts": "~3.7.2",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "~1.2.2",
"wrangler": "^3.25.0"
},
"trustedDependencies": [
"sharp"
]
}