-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.89 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
{
"name": "originui-svelte",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"engines": {
"node": ">=20.10.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"generate:registry": "tsx scripts/createComponentRegistryTypes.ts"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/jetbrains-mono": "^5.1.1",
"@internationalized/date": "^3.5.6",
"bits-ui": "1.0.0-next.48",
"clsx": "^2.1.1",
"hastscript": "^9.0.0",
"inputmask": "^5.0.7",
"lucide-svelte": "^0.454.0",
"mode-watcher": "^0.4.1",
"runed": "^0.15.3",
"svelte-tel-input": "^3.5.2",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"vaul-svelte": "1.0.0-next.2",
"wrangler": "^3.83.0"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.2",
"@sveltejs/adapter-cloudflare": "^4.7.3",
"@sveltejs/enhanced-img": "^0.4.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/hast": "^3.0.4",
"@types/inputmask": "^5.0.7",
"@types/node": "^22.9.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"shiki": "^1.22.2",
"svelte": "^5.1.12",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.11.0",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.10"
}
}