0ba454da55
Change-Id: Icf7a48f732c73b4b954de05e0bb9955ad4d9a609
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "storj-storagenode",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"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",
|
|
"build": "vue-cli-service build",
|
|
"dev": "vue-cli-service build --mode development --watch",
|
|
"test": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "2.9.4",
|
|
"core-js": "3.22.4",
|
|
"vue": "2.6.14",
|
|
"vue-chartjs": "3.5.1",
|
|
"vue-class-component": "7.2.6",
|
|
"vue-clipboard2": "0.3.3",
|
|
"vue-property-decorator": "9.1.2",
|
|
"vue-router": "3.5.3",
|
|
"vuex": "3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "27.5.0",
|
|
"@typescript-eslint/eslint-plugin": "5.22.0",
|
|
"@typescript-eslint/parser": "5.22.0",
|
|
"@vue/cli-plugin-babel": "5.0.4",
|
|
"@vue/cli-plugin-eslint": "5.0.4",
|
|
"@vue/cli-plugin-typescript": "5.0.4",
|
|
"@vue/cli-plugin-unit-jest": "5.0.4",
|
|
"@vue/cli-service": "5.0.4",
|
|
"@vue/eslint-config-typescript": "10.0.0",
|
|
"@vue/test-utils": "1.3.0",
|
|
"@vue/vue2-jest": "27.0.0",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-jest": "27.5.1",
|
|
"compression-webpack-plugin": "9.2.0",
|
|
"eslint": "8.14.0",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-storj": "git+https://git@github.com/storj/eslint-storj.git",
|
|
"eslint-plugin-vue": "8.7.1",
|
|
"jest": "27.5.1",
|
|
"jest-fetch-mock": "3.0.3",
|
|
"postcss-html": "1.4.1",
|
|
"sass": "1.51.0",
|
|
"sass-loader": "12.6.0",
|
|
"stylelint": "14.8.2",
|
|
"stylelint-config-standard": "25.0.0",
|
|
"stylelint-config-standard-scss": "3.0.0",
|
|
"stylelint-config-standard-vue": "1.0.0",
|
|
"stylelint-scss": "4.2.0",
|
|
"ts-jest": "27.1.4",
|
|
"typescript": "4.6.4",
|
|
"vue-svg-loader": "0.17.0-beta.2",
|
|
"vue-template-compiler": "2.6.14"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
}
|
|
}
|