2019-09-09 17:00:25 +01:00
|
|
|
{
|
|
|
|
"name": "storj-storagenode",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"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-09 17:00:25 +01:00
|
|
|
"build": "vue-cli-service build",
|
2021-08-02 18:39:56 +01:00
|
|
|
"dev": "vue-cli-service build --mode development --watch",
|
2020-04-16 15:18:35 +01:00
|
|
|
"test": "vue-cli-service test:unit"
|
2019-09-09 17:00:25 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-02 18:39:56 +01:00
|
|
|
"chart.js": "2.9.4",
|
2020-02-03 17:31:55 +00:00
|
|
|
"vue": "2.6.11",
|
2021-08-02 18:39:56 +01:00
|
|
|
"vue-chartjs": "3.5.1",
|
|
|
|
"vue-class-component": "7.2.6",
|
2020-07-10 18:02:28 +01:00
|
|
|
"vue-clipboard2": "0.3.1",
|
2021-08-02 18:39:56 +01:00
|
|
|
"vue-property-decorator": "9.1.2",
|
|
|
|
"vue-router": "3.4.9",
|
|
|
|
"vuex": "3.6.0"
|
2019-09-09 17:00:25 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-02 18:39:56 +01:00
|
|
|
"@babel/core": "7.14.8",
|
2020-02-03 17:31:55 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
|
2021-08-12 14:04:46 +01:00
|
|
|
"@types/segment-analytics": "0.0.32",
|
2021-08-02 18:39:56 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.28.5",
|
|
|
|
"@typescript-eslint/parser": "4.28.5",
|
2020-04-16 15:18:35 +01:00
|
|
|
"@vue/cli-plugin-babel": "4.1.1",
|
2021-08-02 18:39:56 +01:00
|
|
|
"@vue/cli-plugin-eslint": "4.5.13",
|
|
|
|
"@vue/cli-plugin-typescript": "4.5.13",
|
2020-04-16 15:18:35 +01:00
|
|
|
"@vue/cli-plugin-unit-jest": "4.1.1",
|
2021-08-02 18:39:56 +01:00
|
|
|
"@vue/cli-service": "4.5.13",
|
|
|
|
"@vue/eslint-config-typescript": "7.0.0",
|
2020-04-16 15:18:35 +01:00
|
|
|
"@vue/test-utils": "1.0.0-beta.30",
|
2019-09-09 17:00:25 +01:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2021-08-02 18:39:56 +01:00
|
|
|
"babel-eslint": "10.1.0",
|
2020-09-08 18:39:16 +01:00
|
|
|
"compression-webpack-plugin": "6.0.0",
|
2020-04-16 15:18:35 +01:00
|
|
|
"core-js": "3.6.5",
|
2021-08-02 18:39:56 +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-04-16 15:18:35 +01:00
|
|
|
"jest-fetch-mock": "3.0.0",
|
2021-08-02 18:39:56 +01:00
|
|
|
"sass": "1.37.0",
|
2020-04-16 15:18:35 +01:00
|
|
|
"sass-loader": "8.0.0",
|
|
|
|
"sinon": "7.5.0",
|
2021-08-02 18:39:56 +01:00
|
|
|
"stylelint": "13.7.1",
|
2020-04-16 15:18:35 +01:00
|
|
|
"stylelint-config-standard": "19.0.0",
|
2021-08-02 18:39:56 +01:00
|
|
|
"stylelint-scss": "3.18.0",
|
2020-05-07 20:08:57 +01:00
|
|
|
"ts-jest": "25.5.0",
|
2020-04-16 15:18:35 +01:00
|
|
|
"typescript": "3.7.4",
|
2021-08-02 18:39:56 +01:00
|
|
|
"vue-jest": "3.0.5",
|
|
|
|
"vue-svg-loader": "0.16.0",
|
|
|
|
"vue-template-compiler": "2.6.11"
|
2019-09-09 17:00:25 +01:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not ie <= 8"
|
2019-10-28 13:19:57 +00:00
|
|
|
],
|
2020-04-16 15:18:35 +01:00
|
|
|
"jest": {
|
|
|
|
"automock": false,
|
|
|
|
"setupFiles": [
|
|
|
|
"./jestSetup.ts"
|
|
|
|
],
|
|
|
|
"globals": {
|
|
|
|
"ts-jest": {
|
|
|
|
"diagnostics": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"vue",
|
|
|
|
"ts",
|
|
|
|
"tsx"
|
|
|
|
],
|
|
|
|
"collectCoverage": true,
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "babel-jest",
|
|
|
|
"^.+\\.vue$": "vue-jest",
|
|
|
|
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub",
|
|
|
|
"^.+\\.tsx?$": "ts-jest",
|
|
|
|
"^.+\\.svg$": "<rootDir>/tests/unit/mock/svgTransform.js"
|
|
|
|
},
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"/node_modules/(?!(apollo-client|apollo-link))"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
|
|
},
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"jest-serializer-vue"
|
|
|
|
],
|
|
|
|
"testMatch": [
|
|
|
|
"**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"
|
|
|
|
],
|
|
|
|
"testURL": "http://localhost/"
|
2019-10-28 13:19:57 +00:00
|
|
|
}
|
2019-09-09 17:00:25 +01:00
|
|
|
}
|