-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.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
{
"name": "valholla",
"description": "Val-hölla the perfect place to chat, invest and expand the solana ecosystem",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build"
},
"dependencies": {
"@project-serum/sol-wallet-adapter": "^0.1.4",
"@solana/spl-token": "0.0.13",
"@solana/spl-token-swap": "^0.1.0",
"@solana/web3.js": "^0.91.3",
"bip32": "^2.0.6",
"bip39": "^3.0.3",
"borsh": "^0.3.1",
"buffer-layout": "^1.2.0",
"compression": "^1.7.1",
"ipfs-provider": "^1.1.0",
"javascript-time-ago": "^2.3.4",
"polka": "next",
"sdbm": "^1.2.0",
"sirv": "^1.0.0",
"ts-node": "^9.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.2.0",
"@rollup/plugin-url": "^5.0.0",
"rollup": "^2.3.4",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-workbox": "^5.2.1",
"rollup-plugin-workbox-inject": "^2.0.0",
"sapper": "^0.28.10",
"svelte": "^3.23.0",
"svelte-preprocess": "^4.0.8",
"svelte-i18n": "^3.3.2"
}
}