@instill-ai/toolkit
Version:
Instill AI's frontend toolkit
196 lines • 6.17 kB
JSON
{
"name": "@instill-ai/toolkit",
"version": "0.120.15-rc.12",
"description": "Instill AI's frontend toolkit",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
"keywords": [
"instill-ai",
"design-system",
"toolkit",
"react"
],
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./server": {
"import": {
"types": "./dist/server/index.d.ts",
"default": "./dist/server/index.mjs"
},
"require": {
"types": "./dist/server/index.d.ts",
"default": "./dist/server/index.js"
}
}
},
"prettier": "@instill-ai/prettier-config-cortex",
"license": "Apache-2.0",
"private": false,
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/cookie": "^0.5.1",
"@types/json-schema": "^7.0.14",
"@types/lodash.throttle": "^4.1.9",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.17.7",
"@types/react": "^18.3.1",
"@types/react-avatar-editor": "^13.0.2",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/sanitize-html": "^2.11.0",
"@types/semver": "^7.5.8",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.35.0",
"fast-glob": "^3.2.12",
"openapi-types": "^12.1.3",
"postcss": "^8.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^3.0.2",
"stripe": "^13.7.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.6",
"tsup": "^8.3.5",
"typescript": "^5.8.3",
"vitest": "^2.1.9",
"@instill-ai/eslint-config-cortex": "0.10.0",
"@instill-ai/tsconfig": "0.1.0",
"instill-sdk": "0.18.10-rc.5",
"@instill-ai/prettier-config-cortex": "1.1.2"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@amplitude/analytics-browser": "^1.10.2",
"@codemirror/autocomplete": "^6.16.3",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/view": "^6.28.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.1.1",
"@mdxeditor/editor": "^3.7.0",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.28.0",
"@tanstack/react-query-devtools": "^5.28.0",
"@tanstack/react-table": "^8.9.3",
"@tiptap/core": "^2.1.13",
"@tiptap/extension-blockquote": "^2.1.12",
"@tiptap/extension-bold": "^2.1.13",
"@tiptap/extension-bullet-list": "^2.1.12",
"@tiptap/extension-code": "^2.1.13",
"@tiptap/extension-document": "^2.1.12",
"@tiptap/extension-hard-break": "^2.1.12",
"@tiptap/extension-heading": "^2.1.12",
"@tiptap/extension-horizontal-rule": "^2.1.13",
"@tiptap/extension-italic": "^2.1.13",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-list-item": "^2.1.12",
"@tiptap/extension-mention": "^2.10.2",
"@tiptap/extension-ordered-list": "^2.1.12",
"@tiptap/extension-paragraph": "^2.1.12",
"@tiptap/extension-placeholder": "^2.1.16",
"@tiptap/extension-strike": "^2.1.13",
"@tiptap/extension-text": "^2.1.12",
"@tiptap/pm": "^2.1.13",
"@tiptap/react": "^2.1.12",
"@tiptap/suggestion": "^2.10.2",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.isequal": "^4.5.8",
"@uiw/codemirror-extensions-langs": "^4.22.2",
"@uiw/codemirror-theme-github": "^4.22.2",
"@uiw/react-codemirror": "^4.22.2",
"@uiw/react-json-view": "2.0.0-alpha.18",
"ajv": "^8.16.0",
"axios": "^1.12.0",
"clsx": "^1.0.0",
"cookie": "^0.7.1",
"echarts": "^5.4.2",
"elkjs": "^0.8.2",
"fuse.js": "^7.0.0",
"immer": "^9.0.19",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"markdown-it": "^13.0.2",
"monaco-editor": "^0.50.0",
"next-auth": "5.0.0-beta.21",
"prosemirror-markdown": "^1.11.2",
"prosemirror-model": "^1.19.3",
"radix-ui": "^1.4.2",
"react-avatar-editor": "^13.0.2",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.57.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.10.0",
"recharts": "2.12.7",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sanitize-html": "^2.13.0",
"semver": "^7.6.3",
"server-only": "^0.0.1",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.0",
"yaml": "^2.5.0",
"yup": "^0.32.11",
"zod": "^3.25.56",
"zustand": "^5.0.5",
"@instill-ai/design-tokens": "0.10.3",
"@instill-ai/design-system": "0.90.5"
},
"peerDependencies": {
"next": "^15.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@instill-ai/design-system": "0.90.5",
"@instill-ai/design-tokens": "0.10.3"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"eslint --cache --fix"
]
},
"scripts": {
"test": "vitest --run --passWithNoTests",
"dev": "tsup --watch",
"dev-ts": "tsc --watch --emitDeclarationOnly",
"ts-type": "tsc --emitDeclarationOnly",
"build": "tsup && pnpm ts-type",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx --cache",
"publish-rc": "pnpm build && pnpm publish --no-git-checks --tag rc"
}
}