forked from themesberg/flowbite-astro-admin-dashboard
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.86 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
{
"name": "clinic",
"version": "0.0.1",
"private": "true",
"description": "A free and open-source control panel for digitially operating your clinic",
"keywords": [
"astro",
"svelte",
"telemed",
"omrs"
],
"homepage": "https://gitasp.app",
"bugs": "https://github.com/nepwork/gitasp-bff/issues",
"repository": "https://github.com/themesberg/flowbite-astro-admin-dashboard.git",
"license": "MIT",
"author": "Gita Aspirations Pvt Ltd.",
"contributors": [
"Risav Karna"
],
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@adminjs/prisma": "^5.0.3",
"@ag-grid-community/client-side-row-model": "^32.1.0",
"@ag-grid-community/core": "^32.1.0",
"@astrojs/node": "^8.3.3",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/svelte": "^5.7.0",
"@astrojs/tailwind": "^3.1.3",
"@event-calendar/core": "^3.4.0",
"@event-calendar/day-grid": "^3.4.0",
"@event-calendar/interaction": "^3.4.0",
"@event-calendar/list": "^3.4.0",
"@event-calendar/resource-time-grid": "^3.4.0",
"@event-calendar/resource-timeline": "^3.4.0",
"@event-calendar/time-grid": "^3.4.0",
"@faker-js/faker": "^8.4.1",
"@fontsource/inter": "^5.0.20",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@prisma/client": "5.18.0",
"@tanstack/svelte-table": "^8.20.1",
"@types/bun": "^1.1.6",
"@types/node": "^22.1.0",
"ag-grid-community": "^32.1.0",
"ag-grid-svelte": "^0.3.0",
"apexcharts": "^3.52.0",
"astro": "^4.14.4",
"dayjs": "^1.11.12",
"felte": "^1.2.14",
"flowbite": "^2.5.1",
"flowbite-svelte-icons": "^1.6.1",
"flowbite-typography": "^1.0.3",
"gridjs": "^6.2.0",
"gridjs-svelte": "^2.1.1",
"pdfmake": "^0.2.12",
"prisma-dbml-generator": "^0.12.0",
"prisma-docs-generator": "^0.8.0",
"sass": "^1.77.8",
"shiki": "^0.14.7",
"svelte": "^4.2.18",
"svelte-asyncable": "^2.2.0",
"svelte-calendar": "^3.1.6",
"svelte-fa": "^4.0.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.9",
"ts-morph": "^23.0.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/eslint": "^8.56.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"astro-eslint-parser": "^0.11.0",
"caniuse-lite": "^1.0.30001651",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"flowbite-svelte": "^0.46.15",
"postcss-scss": "^4.0.9",
"prisma": "5.18.0"
},
"prisma": {
"seed": "bun prisma/seed.ts"
}
}