forked from themesberg/flowbite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 2.73 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
{
"name": "flowbite-svelte",
"version": "0.25.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 --host --port 8000",
"gen:props": "node ./node_modules/createprops/createprops.js",
"build": "vite build",
"package": "svelte-package",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@playwright/test": "^1.25.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "1.0.0-next.420",
"@sveltejs/package": "1.0.0-next.1",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.8",
"createprops": "^0.4.9",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.10.6",
"postcss": "^8.4.16",
"postcss-load-config": "3.1.4",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"prism-themes": "^1.9.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-flag-icons": "^0.1.1",
"svelte-preprocess": "^4.10.7",
"svelte-sidebar-menu": "^0.8.11",
"svelte2tsx": "^0.5.13",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "~4.7.4",
"vite": "^3.0.7"
},
"type": "module",
"keywords": [
"svelte",
"sveltekit",
"tailwindcss",
"flowbite",
"ui",
"accordion",
"alert",
"avatar",
"badges",
"breadcrumbs",
"button-groups",
"buttons",
"cards",
"carousel",
"darkmode",
"dropdown",
"footer",
"forms",
"kbd",
"list group",
"modal",
"navbar",
"paginations",
"progress bars",
"rating",
"sidebars",
"skeleton",
"spinners",
"tables",
"tabs",
"timelines",
"toasts",
"tooltip"
],
"repository": {
"type": "git",
"url": "https://github.com/themesberg/flowbite-svelte"
},
"dependencies": {
"@floating-ui/dom": "^1.0.1",
"@popperjs/core": "^2.11.6",
"classnames": "^2.3.1",
"flowbite": "^1.5.2",
"svelte-heros": "^2.3.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]>"
]
}