-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 2.95 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
{
"name": "credebl-studio",
"version": "2.0.0",
"description": "An open-source Self-Sovereign Identity Platform",
"keywords": [
"self-sovereign identity",
"decentralized identity",
"did",
"verifiable credential"
],
"homepage": "https://credebl.id",
"bugs": "https://github.com/themesberg/flowbite-astro-admin-dashboard/issues",
"repository": "https://github.com/themesberg/flowbite-astro-admin-dashboard.git",
"license": "Apache 2.0",
"author": "AyanWorks Technology Solutions Pvt. Ltd, Blockster Labs Pvt. Ltd.",
"contributors": [
"Ajay Jadhav <https://twitter.com/ajile_in>"
],
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.3.4",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/starlight": "^0.22.3",
"@astrojs/tailwind": "^5.1.0",
"@babel/runtime": "^7.24.5",
"@babel/runtime-corejs3": "^7.24.5",
"@deno/astro-adapter": "^0.1.2",
"@faker-js/faker": "^8.4.1",
"@radix-ui/react-avatar": "^1.0.4",
"@shadcn/ui": "^0.0.4",
"@simplewebauthn/browser": "^9.0.1",
"@supabase/supabase-js": "^2.43.2",
"@tanstack/react-form": "^0.19.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"apexcharts": "^3.49.1",
"astro": "^4.8.4",
"axios": "^1.6.8",
"cookie": "^0.6.0",
"crypto-js": "^4.2.0",
"dom-to-image": "^2.6.0",
"downloadjs": "^1.4.7",
"eslint": "^8.57.0",
"ethers": "^6.12.1",
"flowbite": "^2.3.0",
"flowbite-react": "^0.4.11",
"flowbite-typography": "^1.0.3",
"formik": "^2.4.6",
"html2canvas": "^1.4.1",
"i": "^0.3.7",
"moment": "^2.30.1",
"nanoid": "^5.0.7",
"npm": "^10.8.0",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-avatar": "^5.0.3",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-qr-code": "^2.0.13",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"secure-random-password": "^0.2.3",
"sharp": "^0.33.3",
"shiki": "^1.5.2",
"socket.io-client": "^4.7.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"uuid": "^9.0.1",
"vite": "^5.2.11",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/crypto-js": "^4.2.2",
"@types/dom-to-image": "^2.6.7",
"@types/downloadjs": "^1.4.6",
"@types/eslint": "^8.56.10",
"@types/secure-random-password": "^0.2.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"astro-eslint-parser": "^1.0.2",
"autoprefixer": "^10.4.19",
"babel-eslint": "^10.1.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": "^1.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.2.17",
"postcss": "^8.4.38"
}
}