Flamenco/web/app/package.json

40 lines
970 B
JSON
Raw Normal View History

{
"name": "flamenco-manager",
"version": "0.0.3",
"private": true,
"author": {
2022-04-07 15:38:48 +00:00
"name": "Sybren A. Stüvel"
},
"licenses": [
{
"type": "GPL-3.0",
"url": "https://opensource.org/licenses/GPL-3.0"
}
],
"scripts": {
"dev": "vite --port 8081 --base /app/ --mode development",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"luxon": "^2.3.1",
"microtip": "^0.2.2",
"pinia": "^2.0.13",
"socket.io-client": "2",
"superagent": "^7.1.2",
"tabulator-tables": "^5.4.3",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1",
"vite": "^2.9.1"
}
}