mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-11 10:56:20 +00:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "noisedash",
|
|
"version": "0.4.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": "^0.21.4",
|
|
"config": "^3.3.6",
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"core-js": "^3.19.1",
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.17.2",
|
|
"multer": "^1.4.3",
|
|
"passport": "^0.4.1",
|
|
"passport-local": "^1.0.0",
|
|
"path": "^0.12.7",
|
|
"session-file-store": "^1.5.0",
|
|
"tone": "^14.7.77",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.5.3",
|
|
"vuetify": "^2.5.12",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "^5.0.4",
|
|
"@vue/cli-plugin-eslint": "^5.0.4",
|
|
"@vue/cli-plugin-router": "^5.0.4",
|
|
"@vue/cli-service": "^5.0.4",
|
|
"@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": "^8.0.3",
|
|
"sass": "~1.32.0",
|
|
"sass-loader": "^10.0.0",
|
|
"vue-cli-plugin-vuetify": "^2.5.0",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vuetify-loader": "^1.7.3"
|
|
},
|
|
"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"
|
|
}
|