mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-11 19:06:20 +00:00
Bumps [vue](https://github.com/vuejs/core), [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) and [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader). These dependencies needed to be updated together. Updates `vue` from 2.7.16 to 3.5.22 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.22) Updates `vuetify` from 2.6.13 to 3.10.3 - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.10.3/packages/vuetify) Updates `vuetify-loader` from 1.9.2 to 1.9.2 - [Release notes](https://github.com/vuetifyjs/vuetify-loader/releases) - [Commits](https://github.com/vuetifyjs/vuetify-loader/compare/v1.9.2...v1.9.2) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.22 dependency-type: direct:production - dependency-name: vuetify dependency-version: 3.10.3 dependency-type: direct:production - dependency-name: vuetify-loader dependency-version: 1.9.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "noisedash",
|
|
"version": "0.7.0",
|
|
"private": true,
|
|
"author": "Kay Thomas <kaythomas@pm.me> (https://kaythomas.dev)",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"server": "node server/bin/www.js",
|
|
"server-prod": "NODE_ENV=production node server/bin/www.js"
|
|
},
|
|
"dependencies": {
|
|
"@vscode/sqlite3": "^5.0.8",
|
|
"axios": "^1.6.0",
|
|
"config": "^3.3.6",
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"core-js": "^3.23.5",
|
|
"express": "^4.18.1",
|
|
"express-session": "^1.17.3",
|
|
"multer": "^1.4.5-lts.1",
|
|
"passport": "^0.6.0",
|
|
"passport-local": "^1.0.0",
|
|
"path": "^0.12.7",
|
|
"session-file-store": "^1.5.0",
|
|
"tone": "^14.7.77",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^3.5.4",
|
|
"vuetify": "^3.10.3",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
|
"@vue/cli-plugin-router": "^5.0.8",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"@vue/eslint-config-standard": "^6.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-html": "^6.2.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"sass": "~1.32.0",
|
|
"sass-loader": "^10.0.0",
|
|
"vue-cli-plugin-vuetify": "^2.5.8",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"vuetify-loader": "^1.9.2"
|
|
},
|
|
"bugs": "https://github.com/kaythomas0/noisedash/issues",
|
|
"descriptions": "Self-hostable web tool for generating ambient noises",
|
|
"homepage": "https://github.com/kaythomas0/noisedash",
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|