-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
56 lines (56 loc) · 1.7 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
{
"name": "kaspian",
"version": "1.0.0",
"description": "An extension for interacting with Kaspa network.",
"main": "dist/index.js",
"scripts": {
"test": "bun run tests/*.*",
"dev": "bunx --bun vite --host",
"build": "bunx --bun vite build --minify false"
},
"type": "module",
"author": "Kaspian devs",
"license": "GPL-3",
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.26",
"@types/bun": "^1.1.5",
"@types/chrome": "^0.0.254",
"@types/node": "^20.10.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"daisyui": "^4.12.10",
"postcss": "^8.4.32",
"prettier": "3.1.1",
"tailwindcss": "^3.3.6",
"typescript": "^5.6.2",
"vite": "^5.1.1"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"embla-carousel-react": "8.0.0-rc17",
"events": "^3.3.0",
"lucide-react": "^0.299.0",
"react": "^18.3.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.8.2",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"webextension-polyfill": "^0.10.0"
}
}