tiny-engine/packages/live-component/package.json

41 lines
973 B
JSON

{
"name": "@opentiny/tiny-engine-live-component",
"version": "1.0.8",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "packages/live-component"
},
"scripts": {
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^9.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.367.0",
"radix-vue": "^1.7.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vue-live-preview-only-fork": "^0.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.3",
"vite": "^4.5.0"
}
}