-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.5 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
{
"name": "nimbus-ext",
"displayName": "Nimbus",
"version": "1.0.0",
"author": "Thanh Le - thanhle@getnimbus.io",
"description": "A personalized Web3 portfolio tool for DEFI users",
"scripts": {
"build": "vite build",
"build:components": "vite build -c vite.config.components.ts",
"watch": "WATCH=true vite build --watch",
"dev": "WATCH=true vite build --watch",
"serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\" --source-dir ./dist/",
"serve:chrome": "web-ext run -t chromium --start-url \"https://google.com\" --source-dir ./dist/",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"license": "MIT",
"devDependencies": {
"@samrum/vite-plugin-web-extension": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"@tsconfig/svelte": "^2.0.1",
"@types/webextension-polyfill": "^0.8.3",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.11.1",
"vite": "^3.1.3",
"vite-plugin-static-copy": "^0.11.1",
"web-ext": "^6.6.0"
},
"dependencies": {
"@crownframework/svelte-error-boundary": "^1.0.3",
"@metamask/detect-provider": "^1.2.0",
"@popperjs/core": "^2.11.6",
"@tanstack/svelte-query": "^5.40.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"axios": "^0.27.2",
"bind-mousetrap-global": "^1.0.1",
"classnames": "^2.3.2",
"countup.js": "^2.5.0",
"dayjs": "^1.11.4",
"echarts": "^5.4.1",
"flowbite": "^1.5.3",
"flowbite-svelte": "^0.27.1",
"flowbite-windicss-plugin": "^0.1.2",
"jwt-decode": "^3.1.2",
"lightweight-charts": "^3.8.0",
"lodash": "^4.17.21",
"mark.js": "^8.11.1",
"mixpanel-browser": "^2.51.0",
"mousetrap": "^1.6.5",
"nanoid": "^4.0.2",
"numeral": "^2.0.6",
"sass": "^1.59.2",
"socket.io-client": "^4.6.1",
"svelte-copy-to-clipboard": "^0.2.5",
"svelte-dnd-action": "^0.9.22",
"svelte-loading-spinners": "^0.3.6",
"svelte-motion": "^0.11.5",
"svelte-navigator": "^3.2.2",
"svelte-system-info": "^1.0.0",
"svelte-typewriter": "^3.2.3",
"svelte-windicss-preprocess": "^4.2.8",
"swiper": "6",
"tailwindcss": "^3.1.8",
"tippy.js": "^6.3.7",
"url-pattern": "^1.0.3",
"vite-imagetools": "^4.0.4",
"webext-bridge": "https://github.com/getnimbus/webext-bridge.git",
"webextension-polyfill": "^0.9.0",
"windicss": "^3.5.6"
},
"type": "module"
}