34 lines
979 B
JSON
34 lines
979 B
JSON
{
|
|
"name": "module_manager",
|
|
"description": "Ktrix Module Manager Module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": "Ktrix",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build --mode production --config vite.config.ts",
|
|
"dev": "vite build --mode development --config vite.config.ts",
|
|
"watch": "vite build --mode development --watch --config vite.config.ts",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/js": "^7.4.47",
|
|
"pinia": "^2.3.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"vuetify": "^3.7.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"sass": "^1.77.1",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.6",
|
|
"vite-plugin-vuetify": "^2.1.0",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|