mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
27 lines
562 B
JSON
27 lines
562 B
JSON
{
|
|
"name": "vue3-css",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"lint": "eslint --max-warnings 0 ."
|
|
},
|
|
"dependencies": {
|
|
"@ocelot-social/ui": "file:../..",
|
|
"vue": "^3.5.27"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^9.18.0",
|
|
"eslint-config-it4c": "^0.8.0",
|
|
"jsdom": "^28.0.0",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|