-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
147 lines (147 loc) · 4.91 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "saito",
"version": "0.2.0",
"description": "scalable blockchain with proper economics",
"main": "start.js",
"scripts": {
"dev": "ts-node-dev --max_old_space_size=8144 --project build/tsconfig.json ./scripts/start.ts",
"dev-server": "./scripts/compile nuke ts-node-dev && npm run dev ",
"cli": "ts-node --project build/tsconfig.json ./scripts/cli.ts",
"generate-issuance": "NODE_OPTIONS='--max-old-space-size=12288' ts-node --project build/tsconfig.json ./scripts/gen-issuance",
"wh": "NODE_OPTIONS='--max-old-space-size=12288' ts-node --project build/tsconfig.json ./scripts/wh.ts",
"start": "NODE_OPTIONS='--max-old-space-size=8192' ts-node -T --files --project build/tsconfig.json ./scripts/start.ts --",
"init": "node ./scripts/install.js",
"nuke": " ./scripts/compile nuke",
"reset": " ./scripts/compile reset",
"compile": " ./scripts/compile recompile",
"modules": " ./scripts/modules",
"mods": " ./scripts/modules",
"old": " webpack --config ./webpack/old/.config.js",
"test": "jest",
"analyze": "webpack --config ./build/webpack.analyze.js",
"jsdoc": "jsdoc --destination saitolitedocs lib/templates/abstractcryptomodule.js lib/templates/substratebasedcrypto.js lib/saito/wallet.js README.md",
"pretty": "npx prettier --write .",
"go": "npm run compile dev $@ && npm run start --"
},
"author": "Team Saito",
"license": "SAITO",
"homepage": "https://saito.io",
"dependencies": {
"@elrondnetwork/elrond-core-js": "^2.1.0",
"@elrondnetwork/erdjs": "^11.1.0",
"@elrondnetwork/erdjs-network-providers": "^1.1.1",
"@elrondnetwork/erdjs-web-wallet-provider": "^2.1.1",
"@giphy/js-components": "^5.8.2",
"@giphy/js-fetch-api": "^4.4.0",
"@mixin.dev/mixin-node-sdk": "^7.0.8",
"@types/uuid": "^9.0.8",
"archiver": "^3.1.1",
"axios": "^0.27.2",
"babel": "^6.23.0",
"base-58": "0.0.1",
"big.js": "^5.2.2",
"bintrees": "^1.0.2",
"blake3": "^2.1.7",
"body-parser": "^1.19.0",
"buffer-xor": "^2.0.2",
"chess.js": "^0.12.0",
"cors": "^2.8.5",
"cropperjs": "^1.6.2",
"crypto": "^1.0.1",
"curve25519-js": "^0.0.4",
"dom-to-image": "^2.6.0",
"dompurify": "^2.3.5",
"express": "^4.17.1",
"fastest-stable-stringify": "^2.0.2",
"fs-extra": "^8.1.0",
"glob": "^11.0.0",
"html-prettify": "^1.0.7",
"html-webpack-plugin": "^5.6.0",
"html2canvas": "^1.4.1",
"identicon.js": "^2.3.3",
"image-resolver": "^0.6.1",
"int64-buffer": "^1.0.1",
"jimp": "^0.16.13",
"js-chess-engine": "^1.0.2",
"json-bigint": "^1.0.0",
"json-tree-viewer": "0.0.2",
"jsoneditor": "^10.1.0",
"jsstore": "4.0.0",
"jszip": "^3.5.0",
"lamejs": "^1.2.0",
"localforage": "^1.10.0",
"markdown-linkify": "^1.0.3",
"marked": "^4.2.4",
"multicoin-address-validator": "^0.5.16",
"node-cryptojs-aes": "^0.4.0",
"node-emoji": "^1.10.0",
"node-fetch": "^2.0.0",
"node-html-parser": "^5.3.3",
"node-turn": "^0.0.6",
"nodemailer": "^6.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"readline": "^1.3.0",
"saito-js": "0.2.28",
"sanitize-html": "^2.4.0",
"sanitizer": "^0.1.3",
"screenfull": "^5.0.2",
"secp256k1": "^3.7.1",
"serialize-javascript": "^6.0.0",
"sha256": "^0.2.0",
"socket.io": "^2.4.1",
"socket.io-client": "^2.4.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.6",
"string-to-arraybuffer": "^1.0.2",
"stun": "^1.3.1",
"terser": "^4.8.0",
"tls": "0.0.1",
"unzipper": "^0.10.5",
"url": "^0.11.0",
"uuid-by-string": "^3.0.6",
"vanilla-toast": "^0.5.0",
"webrtc-adapter": "^8.2.0",
"websocket": "^1.0.34",
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.16.5",
"@babel/register": "^7.24.6",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.3",
"@types/json-bigint": "^1.0.1",
"@types/node-fetch": "^3.0.3",
"@types/secp256k1": "^4.0.3",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-jest": "^27.4.5",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"circular-dependency-plugin": "^5.2.2",
"crypto-browserify": "^3.12.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"file-loader": "^6.2.0",
"jest": "^27.0.6",
"jsdoc": "^3.6.6",
"path-browserify": "^1.0.1",
"prettier": "2.6.2",
"source-map-loader": "^3.0.0",
"stream-browserify": "^3.0.0",
"ts-jest": "^27.1.2",
"ts-loader": "^9.4.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"worker-plugin": "^5.0.1"
}
}