-
-
Notifications
You must be signed in to change notification settings - Fork 168
/
package.json
65 lines (65 loc) · 1.81 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": "flowbite-astro-admin-dashboard",
"version": "1.0.2",
"private": "true",
"description": "A free and open-source admin dashboard template built with Tailwind CSS, Flowbite and Astro",
"keywords": [
"tailwind",
"tailwind css",
"flowbite",
"admin dashboard",
"dashboard ui",
"admin dashboard template",
"html",
"css",
"astro",
"astro-theme",
"astro-template",
"javascript"
],
"homepage": "https://flowbite.com",
"bugs": "https://github.com/themesberg/flowbite-astro-admin-dashboard/issues",
"repository": "https://github.com/themesberg/flowbite-astro-admin-dashboard.git",
"license": "MIT",
"author": "Bergside Inc.",
"contributors": [
"Zoltán Szőgyényi <https://twitter.com/zoltanszogyenyi>",
"Robert Tanislav <https://twitter.com/roberttanislav>",
"Julian Cataldo <https://twitter.com/Julian_Cataldo>"
],
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/sitemap": "^1.1.0",
"@astrojs/tailwind": "^3.0.1",
"@faker-js/faker": "^7.6.0",
"apexcharts": "^3.37.2",
"astro": "^2.0.4",
"flowbite": "^2.1.1",
"flowbite-typography": "^1.0.3",
"shiki": "^0.14.1",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/eslint": "^8.21.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"astro-eslint-parser": "^0.11.0",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17"
}
}