forked from themesberg/flowbite-astro-admin-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.49 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.49 KB
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
{
"name": "aethelgard-dashboard",
"version": "2.0.0",
"private": "true",
"description": "Advanced AI-powered trading dashboard with character-based interactions and independent design system",
"keywords": [
"tailwind",
"tailwind css",
"aethelgard",
"ai dashboard",
"trading dashboard",
"dashboard ui",
"dashboard template",
"html",
"css",
"astro",
"astro-theme",
"astro-template",
"javascript",
"ai trading",
"character ai"
],
"homepage": "https://aethelgard.ai",
"license": "MIT",
"author": "Aethelgard Team",
"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",
"lightweight-charts": "^5.0.8",
"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"
}
}