forked from themesberg/flowbite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 2.64 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
{
"name": "flowbite-svelte",
"version": "0.27.9",
"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",
"gen:props": "node ./node_modules/createprops/createprops.js",
"build": "vite build",
"package": "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",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@playwright/test": "^1.25.0",
"@sveltejs/adapter-vercel": "1.0.0-next.78",
"@sveltejs/kit": "1.0.0-next.484",
"@sveltejs/package": "1.0.0-next.3",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.7",
"createprops": "^0.4.9",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.10.6",
"mdsvexamples": "^0.3.2",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"prism-themes": "^1.9.0",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-meta-tags": "^2.6.3",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.18",
"tailwindcss": "^3.1.5",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0"
},
"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.3"
},
"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]>"
]
}