-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "client-v4",
"version": "1.0.0",
"description": "CAP v4 UI Client",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv build --single",
"deploy-ipfs": "npm run build && npx ipfs-deploy build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xcap/client-v4.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/0xcap/client-v4/issues"
},
"homepage": "https://github.com/0xcap/client-v4#readme",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"chart.js": "^3.9.1",
"ethers": "^5.7.1",
"rollup": "^2.79.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-gzip": "^3.0.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.50.1",
"svelte-drag": "^3.1.0",
"tippy.js": "^6.3.7"
},
"dependencies": {
"alchemy-sdk": "^2.2.3",
"lightweight-charts": "^3.8.0",
"reconnecting-websocket": "^4.4.0",
"sirv-cli": "^2.0.2"
}
}