2018-11-05 15:26:18 +00:00
|
|
|
{
|
|
|
|
"name": "storj-satellite",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-06-18 14:36:54 +01:00
|
|
|
"serve": "vue-cli-service serve",
|
2021-08-31 16:25:49 +01:00
|
|
|
"lint": "vue-cli-service lint --max-warnings 0 --fix && stylelint . --max-warnings 0 --fix",
|
|
|
|
"lint-ci": "vue-cli-service lint --max-warnings 0 --no-fix && stylelint . --max-warnings 0 --no-fix",
|
2019-09-27 15:41:04 +01:00
|
|
|
"build": "vue-cli-service build",
|
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",
|
2021-08-02 19:17:49 +01:00
|
|
|
"dev": "vue-cli-service build --mode development --watch",
|
|
|
|
"test": "vue-cli-service test:unit"
|
2018-11-05 15:26:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-15 18:05:26 +01:00
|
|
|
"apollo-cache-inmemory": "1.6.6",
|
|
|
|
"apollo-client": "2.6.10",
|
|
|
|
"apollo-link": "1.2.14",
|
|
|
|
"apollo-link-context": "1.0.20",
|
|
|
|
"apollo-link-error": "1.1.13",
|
|
|
|
"apollo-link-http": "1.5.17",
|
2021-06-25 12:17:55 +01:00
|
|
|
"aws-sdk": "2.853.0",
|
2020-11-18 15:20:29 +00:00
|
|
|
"bip39": "3.0.3",
|
2021-06-25 12:17:55 +01:00
|
|
|
"browser": "git+https://github.com/storj/browser#4e5770dfa9883176bbab793138911d92305243ed",
|
2020-09-15 18:05:26 +01:00
|
|
|
"graphql": "15.3.0",
|
|
|
|
"graphql-tag": "2.11.0",
|
2020-01-08 15:58:28 +00:00
|
|
|
"load-script": "1.0.0",
|
2021-02-24 23:56:25 +00:00
|
|
|
"pbkdf2": "3.1.1",
|
2021-07-13 13:50:51 +01:00
|
|
|
"qrcode": "1.4.4",
|
2020-09-15 18:05:26 +01:00
|
|
|
"stripe": "8.96.0",
|
|
|
|
"vue": "2.6.12",
|
|
|
|
"vue-class-component": "7.2.5",
|
2020-02-06 11:46:59 +00:00
|
|
|
"vue-clipboard2": "0.3.1",
|
2020-09-15 18:05:26 +01:00
|
|
|
"vue-property-decorator": "9.0.0",
|
2021-06-25 12:17:55 +01:00
|
|
|
"vue-recaptcha": "1.3.0",
|
2021-08-02 19:17:49 +01:00
|
|
|
"vue-router": "3.4.9",
|
2020-11-19 19:07:25 +00:00
|
|
|
"vue2-datepicker": "3.7.0",
|
2021-08-02 19:17:49 +01:00
|
|
|
"vuex": "3.6.0"
|
2018-11-05 15:26:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-02 19:17:49 +01:00
|
|
|
"@babel/core": "7.14.8",
|
2020-09-15 18:05:26 +01:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
|
|
|
|
"@types/node": "13.11.1",
|
2021-02-24 23:56:25 +00:00
|
|
|
"@types/pbkdf2": "3.1.0",
|
2021-07-13 13:50:51 +01:00
|
|
|
"@types/qrcode": "1.4.1",
|
2021-02-04 16:22:14 +00:00
|
|
|
"@types/vue2-datepicker": "3.3.0",
|
2021-08-02 19:17:49 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.28.5",
|
|
|
|
"@typescript-eslint/parser": "4.28.5",
|
2020-09-15 18:05:26 +01:00
|
|
|
"@vue/cli-plugin-babel": "4.5.6",
|
2021-08-02 19:17:49 +01:00
|
|
|
"@vue/cli-plugin-eslint": "4.5.13",
|
2020-09-15 18:05:26 +01:00
|
|
|
"@vue/cli-plugin-typescript": "4.5.6",
|
|
|
|
"@vue/cli-plugin-unit-jest": "4.5.6",
|
|
|
|
"@vue/cli-service": "4.5.6",
|
2021-08-02 19:17:49 +01:00
|
|
|
"@vue/eslint-config-typescript": "7.0.0",
|
2020-09-15 18:05:26 +01:00
|
|
|
"@vue/test-utils": "1.1.0",
|
2018-11-05 15:26:18 +00:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2021-08-02 19:17:49 +01:00
|
|
|
"babel-eslint": "10.1.0",
|
2020-09-15 18:05:26 +01:00
|
|
|
"compression-webpack-plugin": "6.0.0",
|
2021-08-02 19:17:49 +01:00
|
|
|
"eslint": "6.7.2",
|
2021-10-05 12:49:46 +01:00
|
|
|
"eslint-plugin-storj": "github:storj/eslint-storj",
|
2021-08-12 14:04:46 +01:00
|
|
|
"eslint-plugin-vue": "7.16.0",
|
2020-09-15 18:05:26 +01:00
|
|
|
"jest-fetch-mock": "3.0.3",
|
2021-08-02 19:17:49 +01:00
|
|
|
"sass": "1.37.0",
|
2020-09-15 18:05:26 +01:00
|
|
|
"sass-loader": "10.0.2",
|
|
|
|
"sinon": "9.0.3",
|
|
|
|
"stylelint": "13.7.1",
|
|
|
|
"stylelint-config-standard": "20.0.0",
|
|
|
|
"stylelint-scss": "3.18.0",
|
|
|
|
"ts-jest": "26.3.0",
|
|
|
|
"typescript": "4.0.2",
|
|
|
|
"vue-svg-loader": "0.16.0",
|
|
|
|
"vue-template-compiler": "2.6.12",
|
2021-10-11 10:16:01 +01:00
|
|
|
"webpack-bundle-analyzer": "4.4.2",
|
2020-12-15 18:48:34 +00:00
|
|
|
"worker-plugin": "5.0.0"
|
2018-11-05 15:26:18 +00:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not ie <= 8"
|
|
|
|
],
|
|
|
|
"jest": {
|
2019-01-08 15:14:00 +00:00
|
|
|
"automock": false,
|
|
|
|
"setupFiles": [
|
|
|
|
"./jestSetup.ts"
|
|
|
|
],
|
|
|
|
"globals": {
|
|
|
|
"ts-jest": {
|
|
|
|
"diagnostics": false
|
|
|
|
}
|
|
|
|
},
|
2018-11-05 15:26:18 +00:00
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"vue",
|
|
|
|
"ts",
|
|
|
|
"tsx"
|
|
|
|
],
|
2019-01-08 15:14:00 +00:00
|
|
|
"collectCoverage": true,
|
2018-11-05 15:26:18 +00:00
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "babel-jest",
|
|
|
|
"^.+\\.vue$": "vue-jest",
|
2019-10-23 13:26:39 +01:00
|
|
|
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub",
|
|
|
|
"^.+\\.tsx?$": "ts-jest",
|
|
|
|
"^.+\\.svg$": "<rootDir>/tests/unit/mock/svgTransform.js"
|
2018-11-05 15:26:18 +00:00
|
|
|
},
|
2019-01-08 15:14:00 +00:00
|
|
|
"transformIgnorePatterns": [
|
2020-11-19 19:07:25 +00:00
|
|
|
"/node_modules/(?!(apollo-client|apollo-link|vue2-datepicker))"
|
2019-01-08 15:14:00 +00:00
|
|
|
],
|
2018-11-05 15:26:18 +00:00
|
|
|
"moduleNameMapper": {
|
|
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
|
|
},
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"jest-serializer-vue"
|
|
|
|
],
|
|
|
|
"testMatch": [
|
|
|
|
"**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"
|
|
|
|
],
|
|
|
|
"testURL": "http://localhost/"
|
|
|
|
}
|
|
|
|
}
|