forked from themesberg/flowbite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 2.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
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
{
"name": "flowbite-svelte",
"version": "0.29.13",
"description": "Flowbite components for Svelte",
"main": "index.js",
"author": {
"name": "Shinichi Okada",
"email": "[email protected]",
"url": "https://blog.codewithshin.com"
},
"bugs": "https://github.com/themesberg/flowbite-svelte/issues",
"homepage": "https://flowbite-svelte.com/",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:package": "svelte-kit sync && svelte-package",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"gen:props": "node ./node_modules/createprops/createprops.js",
"package:publish": "standard-version && git push --follow-tags origin main && npm run build:package && npm publish ./package"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0",
"@sveltejs/package": "1.0.0-next.3",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"autoprefixer": "^10.4.13",
"createprops": "^0.4.9",
"esbuild": "0.16.8",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.10.6",
"mdsvexamples": "^0.3.2",
"postcss": "^8.4.19",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"prism-themes": "^1.9.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.2",
"svelte-meta-tags": "^2.6.4",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.22",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.8"
},
"type": "module",
"keywords": [
"svelte",
"sveltekit",
"tailwindcss",
"flowbite",
"ui",
"accordion",
"alert",
"avatar",
"badge",
"breadcrumb",
"button-group",
"button",
"card",
"carousel",
"darkmode",
"dropdown",
"footer",
"forms",
"kbd",
"list group",
"mega menu",
"modal",
"navbar",
"pagination",
"progressbar",
"rating",
"sidebar",
"skeleton",
"spinner",
"table",
"tab",
"timeline",
"toast",
"tooltip",
"typography",
"video"
],
"repository": {
"type": "git",
"url": "https://github.com/themesberg/flowbite-svelte"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"classnames": "^2.3.2",
"flowbite": "^1.5.5"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"contributors": [
"Zoltán Szőgyényi <[email protected]>",
"Robert Tanislav <[email protected]>",
"Victor Cordos <[email protected]>",
"Shinichi Okada <[email protected]>",
"Jakub Jagielka <[email protected]>"
]
}