-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.22 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
{
"name": "xrp_nft_assets",
"version": "0.1.0",
"description": "XRP minting backend using ICP canister",
"keywords": [
"Internet Computer",
"Motoko",
"JavaScript",
"Canister",
"XRP",
"Ripple",
"NFT"
],
"scripts": {
"build": "npm run build"
},
"devDependencies": {
"@dfinity/agent": "0.10.2",
"@dfinity/candid": "0.10.2",
"@dfinity/principal": "^0.10.2",
"assert": "2.0.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "^9.0.1",
"events": "3.3.0",
"html-webpack-plugin": "5.5.0",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "5.2.5",
"util": "0.12.4",
"webpack": "5.63.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "^4.4.0",
"xrpl": "^2.2.1"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
],
"dependencies": {
"@dfinity/auth-client": "0.10.2",
"@dfinity/authentication": "0.10.2",
"@dfinity/identity": "0.10.2",
"csv": "^6.1.3",
"lit-html": "^1.4.1",
"minimist": "^1.2.6",
"node-fetch": "^3.2.6",
"sha256": "^0.2.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5"
}
}