forked from dscvr-one/ic-drip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 918 Bytes
/
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
{
"name": "ic_loot",
"version": "1.0.0",
"description": "",
"author": "",
"scripts": {
"build": "vite build",
"dev": "vite",
"dfx:install": "dfx canister --network=ic ic_loot_rs --all --mode reinstall",
"dfx:rebuild": "dfx build && npm run dfx:install",
"dfx:setup": "dfx canister create --all && dfx build && npm run dfx:install"
},
"main": "index.js",
"dependencies": {
"@dfinity/agent": "^0.10.0",
"@dfinity/auth-client": "^0.10.0-beta.1",
"@dfinity/candid": "^0.10.0",
"@dfinity/identity": "^0.10.0",
"@dfinity/principal": "^0.10.0",
"@trust/webcrypto": "^0.9.2",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.9",
"node-fetch": "^2.3.0",
"vite": "^2.5.3",
"vue": "^3.0.5",
"vue-gtag-next": "^1.14.0"
},
"devDependencies": {
"vite-plugin-windicss": "^1.4.1",
"windicss": "^3.1.7"
},
"license": "ISC"
}