mirror of
https://github.com/BidingCC/BuildingAI.git
synced 2026-08-31 02:03:00 +08:00
92 lines
2.8 KiB
JSON
92 lines
2.8 KiB
JSON
{
|
|
"name": "fastbuildai",
|
|
"private": true,
|
|
"version": "1.0.0-beta.6",
|
|
"description": "A next-generation rapid development platform for AI applications.",
|
|
"keywords": [
|
|
"fastbuild",
|
|
"ai",
|
|
"fastbuildai",
|
|
"ai framework",
|
|
"artificial intelligence",
|
|
"machine learning",
|
|
"deep learning",
|
|
"nlp",
|
|
"natural language processing",
|
|
"computer vision",
|
|
"neural networks",
|
|
"javascript ai",
|
|
"typescript ai",
|
|
"vue ai",
|
|
"ai development",
|
|
"ai tools"
|
|
],
|
|
"homepage": "https://fastbuildai.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FastbuildAI/FastbuildAI.git"
|
|
},
|
|
"author": {
|
|
"name": "FastbuildAI Team"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/FastbuildAI/FastbuildAI/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"lint:fix": "turbo run lint -- --fix",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,vue,md,mdx}\"",
|
|
"check-types": "turbo run check-types",
|
|
"docker:up": "docker compose -p fastbuildai --env-file ./.env.production.local -f ./docker/docker-compose.yml up -d",
|
|
"docker:down": "docker compose -p fastbuildai --env-file ./.env.production.local -f ./docker/docker-compose.yml down",
|
|
"i18n:translate": "node apps/web/libs/translate-i18n.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/core": "^1.13.4",
|
|
"bing-translate-api": "^4.1.0",
|
|
"chalk": "^5.6.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"ts-node": "^10.9.2",
|
|
"turbo": "^2.5.6",
|
|
"typescript": "5.8.2"
|
|
},
|
|
"packageManager": "pnpm@10.0.0",
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=10"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@swc/core",
|
|
"@parcel/watcher",
|
|
"@tailwindcss/oxide",
|
|
"core-js",
|
|
"esbuild",
|
|
"sharp",
|
|
"vue-demi"
|
|
],
|
|
"overrides": {
|
|
"vue-i18n": "^11.1.3",
|
|
"@intlify/message-compiler": "^11.1.3",
|
|
"@intlify/core-base": "^11.1.3",
|
|
"jotai": "^2.12.5"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/extension-color": "^2.26.1",
|
|
"@tiptap/extension-image": "^2.26.1",
|
|
"@tiptap/extension-link": "^2.26.1",
|
|
"@tiptap/extension-list-item": "^2.26.1",
|
|
"@tiptap/extension-placeholder": "^2.26.1",
|
|
"@tiptap/extension-text-style": "^2.26.1",
|
|
"@tiptap/extension-underline": "^2.26.1",
|
|
"@tiptap/starter-kit": "^2.26.1",
|
|
"@tiptap/vue-3": "^2.26.1",
|
|
"pnpm": "^10.15.0"
|
|
}
|
|
}
|