-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"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": {
"@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",
"@vitejs/plugin-react": "^4.2.1",
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"daisyui": "^5.0.0-beta.1",
"tailwindcss": "^4.0.0-beta.8",
"typescript": "^5.6.2",
"vite": "^5.1.1"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.0-beta.8",
"events": "^3.3.0",
"lucide-react": "^0.299.0",
"react": "^18.3.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.15",
"react-router-dom": "^6.8.2",
"webextension-polyfill": "^0.10.0"
}
}