-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 3 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 3 KB
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
{
"name": "casperholdersfront",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --port 8080",
"pree2e": "docker-compose up --force-recreate -d && .github/data/setupNetwork.sh http://localhost:11101",
"e2e": "vite --mode e2e --config vite.e2e.config.js --port 8080",
"poste2e": "docker-compose down",
"dev:e2e": "vite build --mode e2e --config vite.e2e.config.js && vite preview --port 8080",
"build": "vite build",
"serve": "vite preview --port 8080",
"test:e2e": "cypress run --headed --browser chrome",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"build-mainnet": "vite build --mode mainnet",
"build-testnet": "vite build --mode testnet",
"mainnet": "vite preview --mode mainnet",
"prod": "serve -s dist -l 8080",
"testnet": "vite preview --mode testnet"
},
"dependencies": {
"@casperholders/core": "^3.18.0",
"@ethersproject/bytes": "^5.7.0",
"@ledgerhq/hw-transport-web-ble": "^6.27.15",
"@ledgerhq/hw-transport-webusb": "^6.27.15",
"@toruslabs/casper-embed": "^3.0.0",
"@zondax/ledger-casper": "^2.6.1",
"big.js": "^6.2.1",
"blakejs": "^1.2.1",
"buffer": "^6.0.3",
"casper-js-sdk": "^2.14.0",
"casper-manager-helper": "^1.0.3",
"chart.js": "^4.3.0",
"core-js": "^3.31.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.sortby": "^4.7.0",
"parse-duration": "^1.1.0",
"qrcode.vue": "^1.7.0",
"toformat": "^2.0.0",
"ts-results": "npm:@casperlabs/ts-results@^3.3.5",
"vue": "^2.7.14",
"vue-json-pretty": "^1.9.4",
"vue-router": "^3.6.5",
"vue-status-indicator": "^1.2.1",
"vuetify": "^2.6.15",
"vuex": "^3.6.2",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.7",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@mdi/js": "^7.2.96",
"@vitejs/plugin-vue2": "^2.2.0",
"cy2": "4.0.6",
"cypress": "^12.4.1",
"cypress-file-upload": "^5.0.8",
"cypress-real-events": "^1.7.6",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.8.0",
"nyc": "^15.1.0",
"rollup-plugin-polyfill-node": "^0.11.0",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "~1.32.13",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.3.9",
"vite-compatible-readable-stream": "^3.6.1",
"vite-plugin-istanbul": "^4.1.0",
"vite-plugin-mkcert": "^1.15.0",
"vite-plugin-pwa": "^0.16.4",
"vue-eslint-parser": "^9.3.1",
"vue-template-compiler": "^2.7.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}