forked from themesberg/flowbite-astro-admin-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.01 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
{
"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/node": "^8.2.5",
"@astrojs/react": "^3.1.0",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@faker-js/faker": "^8.4.1",
"@supabase/supabase-js": "^2.39.8",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"apexcharts": "^3.48.0",
"astro": "^4.5.8",
"flowbite": "^2.3.0",
"flowbite-typography": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shiki": "^1.2.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@types/eslint": "^8.56.6",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"astro-eslint-parser": "^0.16.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.32.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.2.17"
}
}