2018-11-05 15:26:18 +00:00
|
|
|
{
|
|
|
|
"name": "storj-satellite",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-05-23 15:28:48 +01:00
|
|
|
"preview": "vite preview",
|
|
|
|
"dev": "vite",
|
2023-06-08 14:52:40 +01:00
|
|
|
"build": "vite build -c vite.config.js",
|
2023-07-19 16:54:29 +01:00
|
|
|
"build-watch": "vite build --mode=development -c vite.config.js --watch",
|
2023-06-08 14:52:40 +01:00
|
|
|
"build-vuetify": "vite build -c vite.config-vuetify.js",
|
2023-07-19 16:54:29 +01:00
|
|
|
"build-vuetify-watch": "vite build --mode=development -c vite.config-vuetify.js --watch",
|
2023-07-24 16:19:15 +01:00
|
|
|
"lint": "eslint . --ext .js,.ts,.vue --fix && stylelint . --max-warnings 0 --fix",
|
|
|
|
"lint-ci": "eslint . --ext .js,.ts,.vue --no-fix && stylelint . --max-warnings 0 --no-fix",
|
2021-04-29 11:56:06 +01:00
|
|
|
"wasm": "chmod +x ./scripts/build-wasm.sh && ./scripts/build-wasm.sh",
|
2021-10-08 14:36:58 +01:00
|
|
|
"wasm-dev": "chmod +x ./scripts/build-wasm-dev.sh && ./scripts/build-wasm-dev.sh",
|
2023-05-23 15:28:48 +01:00
|
|
|
"test": "vitest run"
|
2018-11-05 15:26:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-16 13:09:46 +01:00
|
|
|
"@apollo/client": "3.7.14",
|
2023-08-01 12:04:07 +01:00
|
|
|
"@aws-sdk/client-s3": "3.379.1",
|
|
|
|
"@aws-sdk/lib-storage": "3.379.1",
|
|
|
|
"@aws-sdk/s3-request-presigner": "3.379.1",
|
|
|
|
"@smithy/signature-v4": "2.0.1",
|
2023-05-16 13:09:46 +01:00
|
|
|
"@hcaptcha/vue3-hcaptcha": "1.2.1",
|
2023-06-08 14:52:40 +01:00
|
|
|
"@mdi/font": "7.0.96",
|
2023-05-23 15:28:48 +01:00
|
|
|
"bip39-english": "2.5.0",
|
2023-03-14 14:36:19 +00:00
|
|
|
"chart.js": "4.2.1",
|
2020-09-15 18:05:26 +01:00
|
|
|
"graphql": "15.3.0",
|
2022-11-02 15:25:44 +00:00
|
|
|
"pinia": "2.0.23",
|
2021-10-14 14:28:55 +01:00
|
|
|
"pretty-bytes": "5.6.0",
|
2023-05-16 13:09:46 +01:00
|
|
|
"qrcode": "1.5.3",
|
2022-04-07 12:04:24 +01:00
|
|
|
"stream-browserify": "3.0.0",
|
|
|
|
"stripe": "8.215.0",
|
2023-05-16 13:09:46 +01:00
|
|
|
"util": "0.12.5",
|
|
|
|
"vue": "3.3.2",
|
|
|
|
"vue-datepicker-next": "1.0.3",
|
2023-06-08 14:52:40 +01:00
|
|
|
"vue-router": "4.2.0",
|
2023-08-10 15:33:22 +01:00
|
|
|
"vuetify": "3.3.12"
|
2018-11-05 15:26:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-15 18:18:19 +00:00
|
|
|
"@types/filesystem": "0.0.32",
|
2023-08-01 12:04:07 +01:00
|
|
|
"@types/node": "18.17.1",
|
2023-05-16 13:09:46 +01:00
|
|
|
"@types/qrcode": "1.5.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.5",
|
|
|
|
"@typescript-eslint/parser": "5.59.5",
|
2023-05-23 15:28:48 +01:00
|
|
|
"@vitejs/plugin-vue": "4.2.3",
|
2023-05-16 13:09:46 +01:00
|
|
|
"@vue/eslint-config-typescript": "11.0.3",
|
|
|
|
"eslint": "8.40.0",
|
2022-09-08 15:11:09 +01:00
|
|
|
"eslint-import-resolver-custom-alias": "1.3.0",
|
2023-05-16 13:09:46 +01:00
|
|
|
"eslint-import-resolver-typescript": "3.5.5",
|
|
|
|
"eslint-plugin-import": "2.27.5",
|
|
|
|
"eslint-plugin-vue": "9.12.0",
|
2023-05-23 15:28:48 +01:00
|
|
|
"jsdom": "22.0.0",
|
2023-05-16 13:09:46 +01:00
|
|
|
"postcss-html": "1.5.0",
|
2023-05-23 15:28:48 +01:00
|
|
|
"rollup-plugin-visualizer": "5.9.0",
|
2023-05-16 13:09:46 +01:00
|
|
|
"sass": "1.62.1",
|
2023-06-08 14:52:40 +01:00
|
|
|
"stylelint": "15.7.0",
|
2023-05-16 13:09:46 +01:00
|
|
|
"stylelint-config-standard": "33.0.0",
|
|
|
|
"stylelint-config-standard-scss": "9.0.0",
|
2022-05-05 09:21:47 +01:00
|
|
|
"stylelint-config-standard-vue": "1.0.0",
|
2023-06-08 14:52:40 +01:00
|
|
|
"stylelint-scss": "5.0.1",
|
2023-05-16 13:09:46 +01:00
|
|
|
"typescript": "4.9.5",
|
2023-08-10 15:33:22 +01:00
|
|
|
"vite": "4.4.9",
|
2023-05-23 15:28:48 +01:00
|
|
|
"vite-plugin-compression": "0.5.1",
|
|
|
|
"vite-plugin-require": "1.1.10",
|
2023-06-08 14:52:40 +01:00
|
|
|
"vite-plugin-vuetify": "1.0.2",
|
2023-05-23 15:28:48 +01:00
|
|
|
"vite-svg-loader": "4.0.0",
|
|
|
|
"vitest": "0.31.1",
|
|
|
|
"vitest-fetch-mock": "0.2.2",
|
2023-06-08 14:52:40 +01:00
|
|
|
"vue-eslint-parser": "9.3.0",
|
|
|
|
"webfontloader": "1.6.28"
|
2018-11-05 15:26:18 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2022-04-07 12:04:24 +01:00
|
|
|
"defaults"
|
|
|
|
]
|
2023-07-21 14:58:54 +01:00
|
|
|
}
|