-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.48 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
{
"name": "everscale-random",
"version": "1.0.0",
"license": "UNLICENSED",
"description": "Everscale random",
"scripts": {
"nvm": "echo $npm_package_engines_node | cut -d'=' -f2",
"build-asset": "convert-svg-to-png --width 48 asset/icon.svg",
"build-web": "parcel build --public-url ${URL:-/} --no-source-maps --out-dir dist --out-file index.html src/App.html",
"build-before": "yarn clear && yarn build-asset && mkdir -p dist",
"build-after": "yarn build-nekoton && yarn build-sample",
"build-sample": "cp asset/sample_data_01.json asset/sample_data_02.json dist",
"build-nekoton": "cp node_modules/nekoton-wasm/nekoton_wasm_bg.wasm dist",
"clear": "rm -fr dist",
"build": "yarn build-before && yarn build-web && yarn build-after",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "yarn build && gh-pages --repo $(git remote --verbose | grep push | cut -f2 | cut -d' ' -f1) --dist dist",
"prestart": "yarn build-asset",
"start": "parcel src/App.html"
},
"engines": {
"node": ">=16"
},
"devDependencies": {},
"dependencies": {
"bootstrap": "^5.1.3",
"broxus-ton-tokens-contracts": "broxus/ton-eth-bridge-token-contracts",
"convert-svg-to-png": "^0.5.0",
"everdev": "^1.1.1",
"everscale-inpage-provider": "^0.3.11",
"everscale-standalone-client": "^1.0.4",
"gh-pages": "^3.2.3",
"parcel": "^2.4.1",
"parcel-bundler": "^1.12.5",
"serve": "^13.0.2",
"typescript": "^4.6.3"
}
}