-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
{
"name": "@qwik-daisyui/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "nx serve docs",
"build": "nx build docs",
"deploy:images": "rclone sync ./apps/docs/qwikbits-images/ r2:images/images/qwikbits/ -P"
},
"dependencies": {
"cal-sans": "^1.0.1",
"cva": "^1.0.0-beta.1",
"focusable-selectors": "^0.8.4",
"prismjs": "^1.29.0"
},
"devDependencies": {
"@builder.io/qwik": "~1.4.3",
"@builder.io/qwik-city": "~1.4.3",
"@iconify/json": "^2.2.150",
"@iconify/tailwind": "^0.1.4",
"@k11r/nx-cloudflare-wrangler": "^2.4.2",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/js": "17.1.3",
"@nx/vite": "17.1.3",
"@nx/workspace": "17.1.3",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@types/node": "^18.16.1",
"@types/prismjs": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/ui": "~0.34.6",
"autoprefixer": "~10.4.11",
"daisyui": "^4.4.15",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-qwik": "~1.2.17",
"node-fetch": "~3.3.0",
"nx": "17.1.3",
"postcss": "~8.4.16",
"prettier": "^2.6.2",
"qwik-nx": "2.2.1",
"tailwindcss": "~3.4.0",
"typescript": "~5.2.2",
"undici": "^5.22.0",
"vite": "~4.4.11",
"vite-plugin-dts": "~2.3.0",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "~0.34.6",
"wrangler": "^3.1.0"
}
}