-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "451-crx",
"version": "1.0.0",
"description": "Qubic network utilities in a browser extension.",
"type": "module",
"engines": {
"node": "^20.0.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.jsx ."
},
"dependencies": {
"@solidjs/router": "^0.12.3",
"events": "^3.3.0",
"qubic-lrv": "github:computor-tools/qubic-lrv#e91cc2dea18a1c2a77813f21d1852174c112e09e",
"solid-js": "^1.8.15"
},
"trustedDependencies": ["qubic-lrv"],
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.21",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-solid": "^0.13.1",
"postcss": "^8.4.33",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0",
"vite-plugin-solid-svg": "^0.8.0",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.41.0"
}
}