-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.95 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
{
"name": "@eosnetwork/rex-staking",
"version": "0.0.1",
"description": "Static Svelte website that simplifies the process of staking, un-staking, and claiming EOS REX rewards post-tokenomics-2 upgrade.",
"repository": "[email protected]:eosnetworkfoundation/rex-staking-portal.git",
"homepage": "https://github.com/eosnetworkfoundation/rex-staking-portal",
"author": {
"name": "EOS Network Foundation Automation",
"email": "[email protected]",
"url": "https://eosnetwork.com"
},
"license": "MIT",
"private": true,
"engineStrict": true,
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"preview": "vite preview",
"reset": "scripts/reset.sh",
"start": "scripts/start.sh"
},
"files": [
"build"
],
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-netlify": "^4.3.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@teapotlabs/identeapots": "^1.0.8",
"@wharfkit/antelope": "^1.0.7",
"@wharfkit/session": "^1.3.1",
"@wharfkit/transact-plugin-resource-provider": "^1.1.1",
"@wharfkit/wallet-plugin-anchor": "^1.3.4",
"@wharfkit/wallet-plugin-scatter": "^1.3.1",
"@wharfkit/wallet-plugin-tokenpocket": "^1.3.1",
"@wharfkit/wallet-plugin-wombat": "^1.3.1",
"@wharfkit/web-renderer": "^1.2.5",
"autoprefixer": "^10.4.16",
"chart.js": "^4.4.3",
"postcss": "^8.4.33",
"sass": "^1.77.5",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-confetti": "^2.0.1",
"svelte-sonner": "^0.3.24",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@wharfkit/wallet-plugin-metamask": "^1.1.1"
}
}