{ "name": "next-ui", "private": true, "type": "module", "version": "0.0.0", "scripts": { "dev": "vite", "build": "run-s i18n:compile \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build --mode prod", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:unit": "vitest run --project unit", "test:unit:coverage": "vitest run --project unit --coverage", "test:unit:watch": "vitest watch --project unit", "test:storybook": "vitest run --project storybook", "type-check": "vue-tsc --build --force", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "prettier": "prettier --check \"**/*.{js,ts,vue,scss,html,md,json}\"", "prettier:fix": "npm run prettier -- --write", "openapi-generate": "npx tsx ./openapi-generator.mts", "i18n:extract": "formatjs extract \"src/**/*.{ts,tsx,vue}\" --ignore=\"**/*.d.ts\" --ignore=\"**/*.stories.*\" --out-file i18n/en.json", "i18n:compile": "formatjs compile-folder i18n src/i18n", "i18n:verify": "formatjs verify --missing-keys --source-locale=en \"i18n/*.json\"", "storybook:dev": "storybook dev -p 6006", "storybook:build": "storybook build", "chromatic": "chromatic", "chromatic:force-rebuild": "chromatic --force-rebuild" }, "dependencies": { "@formatjs/intl-localematcher": "^0.7.5", "@pinia/colada": "^0.21.1", "@pinia/colada-plugin-auto-refetch": "^0.2.4", "@pinia/colada-plugin-delay": "^0.1.4", "@vueuse/components": "^14.1.0", "@vueuse/core": "^14.1.0", "@vueuse/router": "^14.1.0", "core-js": "^3.47.0", "filesize": "^11.0.13", "marked": "^17.0.1", "openapi-fetch": "^0.15.0", "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", "vue": "^3.5.26", "vue-intl": "^7.0.9", "vuedraggable": "^4.1.0", "vuetify": "^3.11.6" }, "devDependencies": { "@chromatic-com/storybook": "^4.1.3", "@eslint/js": "^9.39.2", "@formatjs/cli": "^6.10.0", "@iconify-json/mdi": "^1.2.3", "@pinia/colada-devtools": "^0.4.1", "@storybook/addon-a11y": "^10.1.11", "@storybook/addon-docs": "^10.1.11", "@storybook/addon-themes": "^10.1.11", "@storybook/addon-vitest": "^10.1.11", "@storybook/vue3-vite": "^10.1.11", "@testing-library/vue": "^8.1.0", "@tsconfig/node22": "^22.0.5", "@types/node": "^25.0.6", "@unocss/preset-icons": "^66.5.12", "@vitejs/plugin-vue": "^6.0.3", "@vitest/browser-playwright": "^4.0.16", "@vitest/coverage-v8": "^4.0.16", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.6.0", "@vue/tsconfig": "^0.8.1", "chromatic": "^13.3.5", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-formatjs": "^6.0.10", "eslint-plugin-storybook": "^10.1.11", "eslint-plugin-vue": "^10.6.2", "happy-dom": "^20.1.0", "msw": "^2.12.7", "msw-storybook-addon": "^2.0.6", "npm-run-all2": "^8.0.4", "openapi-msw": "^2.0.0", "openapi-typescript": "^7.10.1", "playwright": "^1.57.0", "prettier": "^3.7.4", "sass": "^1.97.2", "sass-embedded": "^1.97.2", "storybook": "^10.1.11", "typescript": "^5.9.3", "unocss": "^66.5.12", "unplugin-auto-import": "^20.3.0", "unplugin-fonts": "^1.4.0", "unplugin-vue-components": "^30.0.0", "unplugin-vue-router": "^0.19.2", "vite": "^7.3.1", "vite-plugin-dir2json": "^1.3.0", "vite-plugin-vue-layouts-next": "^1.3.0", "vite-plugin-vuetify": "^2.1.2", "vitest": "^4.0.16", "vue-router": "^4.6.4", "vue-tsc": "^3.2.2" }, "msw": { "workerDirectory": [ "public-msw" ] } }