57 lines
1.5 KiB
JSON

{
"name": "users-manage",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test_dom": "vitest --dom",
"test_dom_ones": "vitest run --dom",
"test": "vitest",
"test_ones": "vitest run",
"lint": "yarn eslint './**/*.{js,vue}'",
"lint_fix": "yarn eslint './**/*.{js,vue}' --fix"
},
"dependencies": {
"3-class-complex-assistants": "../repo/3-class-complex-assistants/",
"axios": "^1.6.7",
"flowbite": "^2.3.0",
"flowbite-vue": "^0.1.2",
"handlebars": "^4.7.8",
"moment": "^2.30.1",
"postcss-import": "^16.0.1",
"ramda": "^0.29.1",
"ramda-vue": "^0.0.9",
"tabulator-tables": "5.5.2",
"tippy.js": "^6.3.7",
"vue": "^3.4.15",
"vue-multiselect": "^2.1.8",
"vue-router": "^4.2.5",
"vue-tippy": "^6.4.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"happy-dom": "^13.6.2",
"postcss": "^8.4.35",
"postcss-advanced-variables": "^3.0.1",
"postcss-apply": "^0.12.0",
"postcss-nesting": "^12.0.3",
"tailwindcss": "^3.4.1",
"vite": "^5.1.0",
"vitest": "^1.3.1"
},
"resolutions": {
"strip-ansi": "6.0.1",
"string-width": "4.2.2",
"wrap-ansi": "7.0.0"
}
}