forked from opentiny/tiny-engine
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "@opentiny/tiny-engine-plugin-ai",
|
|
"version": "1.0.3",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build:lib": "BUILD_MODE=library vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@radix-ui/react-aspect-ratio": "^1.0.3",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@xstate/react": "^4.1.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-react": "^0.363.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"openai": "^4.33.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^9.0.1",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unist-util-visit-parents": "^6.0.1",
|
|
"xstate": "^5.9.1",
|
|
"zod": "^3.22.4",
|
|
"zod-to-json-schema": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vite-plugin-css-injected-by-js": "^3.5.0",
|
|
"vue": "^3.4.15"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.4.15"
|
|
}
|
|
}
|