-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
130 lines (130 loc) · 4.38 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
{
"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",
"deserialize_block": "node ./scripts/deserialize_block.js",
"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 --",
"nettest": "bash scripts/nettest.sh"
},
"author": "Team Saito",
"license": "SAITO",
"homepage": "https://saito.io",
"dependencies": {
"@giphy/js-components": "^5.13.0",
"@giphy/js-fetch-api": "^5.6.0",
"@mixin.dev/mixin-node-sdk": "^7.2.1",
"@multiversx/sdk-core": "^13.16.0",
"@types/uuid": "^9.0.8",
"archiver": "^3.1.1",
"axios": "^0.27.2",
"babel": "^6.23.0",
"base-58": "0.0.1",
"bintrees": "^1.0.2",
"blake3": "^2.1.7",
"body-parser": "^1.19.0",
"buffer-xor": "^2.0.2",
"cors": "^2.8.5",
"cropperjs": "^1.6.2",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"dompurify": "^2.3.5",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"html-prettify": "^1.0.7",
"html2canvas": "^1.4.1",
"identicon.js": "^2.3.3",
"image-resolver": "^0.6.1",
"jimp": "^0.16.13",
"json-bigint": "^1.0.0",
"json-tree-viewer": "0.0.2",
"jsstore": "4.8.4",
"lamejs": "^1.2.0",
"localforage": "^1.10.0",
"lucide-react": "^0.461.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": "^6.1.13",
"node-turn": "^0.0.6",
"nodemailer": "^6.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-quill": "^2.0.0",
"readline": "^1.3.0",
"saito-js": "0.2.40",
"sanitize-html": "^2.13.1",
"sanitizer": "^0.1.3",
"screenfull": "^5.2.0",
"secp256k1": "^3.7.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.6",
"stun": "^1.3.1",
"tls": "0.0.1",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"unzipper": "^0.10.5",
"url": "^0.11.0",
"uuid-by-string": "^3.0.6",
"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",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"file-loader": "^6.2.0",
"jest": "^27.0.6",
"jsdoc": "^4.0.4",
"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"
}
}