package.json•1.01 kB
{
"name": "ui",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "chokidar -s '../src/**/*.ts' './src/**/*.{vue,js,ts,css}' './node_modules/devdb-ui/dist/**/*.*' -c './build.sh'",
"preview": "vite preview",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"test:unit": "cypress run --component",
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"devdb-ui": "file:../../devdb-ui",
"pinia": "^2.3.1",
"primevue": "^3.53.1",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.21",
"chokidar-cli": "^3.0.0",
"cypress": "^13.17.0",
"postcss": "^8.5.6",
"start-server-and-test": "^2.1.2",
"tailwindcss": "^3.4.18",
"vite": "^7.1.10"
}
}