-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 2.78 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
{
"name": "hevel-ui",
"author": {
"name": "alopez",
"email": "[email protected]"
},
"type": "module",
"description": "Hevel UI is a collection of Svelte components for building web applications.",
"license": "MIT",
"version": "1.0.0-next.10",
"repository": {
"type": "git",
"url": "git+https://github.com/HevelMc/hevel-ui.git"
},
"scripts": {
"dev": "vite dev --port 5189",
"build": "vite build && npm run package",
"build:standalone": "vite build",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"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 ."
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^5.19.1"
},
"dependencies": {
"@tanstack/table-core": "^8.20.5",
"clsx": "^2.1.1",
"d3-scale": "^4.0.2",
"embla-carousel-autoplay": "8.1.6",
"nanoid": "^5.0.9",
"runed": "^0.15.4",
"svelte": "^5.19.1",
"svelte-check": "^4.1.4",
"svelte-local-storage-store": "^0.6.4",
"svelte-persisted-store": "^0.11.0",
"svelte-preprocess": "^6.0.3",
"svelte-toolbelt": "0.4.4",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.4.14"
},
"devDependencies": {
"@internationalized/date": "^3.7.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/package": "2.3.5",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/typography": "^0.5.16",
"@types/eslint": "^9.6.1",
"@types/glob": "^8.1.0",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.78",
"embla-carousel-svelte": "^8.5.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"formsnap": "2.0.0-next.0",
"globals": "^15.14.0",
"lucide-svelte": "^0.453.0",
"mdsvex": "^0.12.3",
"mode-watcher": "^0.4.1",
"paneforge": "1.0.0-next.2",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"publint": "^0.2.12",
"rehype-external-links": "^3.0.0",
"shiki": "^2.1.0",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.23.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vaul-svelte": "1.0.0-next.3",
"zod": "^3.24.1"
}
}