mirror of
https://github.com/teableio/teable.git
synced 2026-01-16 18:32:19 +08:00
* chore: update tracing details * feat: add attachemnt ro * feat: upgrade to zod 4 and ai-sdk 5 * chore: openapi -> meta * feat: ai-sdk 6 * chore: standard resource type * feat: grid view state subscriber * feat: pick upgrade node to 22 * fix: remove swagger to makesure backend start * fix: remove swagger to makesure backend start * chore: fix typecheck * chore: clean ui effect * chore: i18n for tools * fix: card ui * chore: update ai sdk provider * fix: should not delete the last view in table * feat: better zod error * chore: clean base card * fix: restore into base logic * chore: i18n for tools * chore: i18n for tools * fix: swagger is back * fix: pnpm lock * fix: unit test * fix: remove token * fix: typecheck * feat: proxy setting * chore: update i18n for chat * chore: tools i18n * chore: upgrade ai sdk * chore: i18n for ai gateway * chore: rename app generation to app builder * chore: remove deprecated version * feat: adjust feature limitations * chore: tools i18n * fix: lint issue * fix: api tag * chore: zod i18n * chore: add credit limit exceeded error handling --------- Co-authored-by: SkyHuang <sky.huang.fe@gmail.com>
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@teable/icons",
|
|
"version": "1.10.0",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/teableio/teable",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/teableio/teable",
|
|
"directory": "packages/icons"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf ./dist ./build ./tsconfig.tsbuildinfo ./node_modules/.cache",
|
|
"dev": "rm -rf dist && tsc --watch",
|
|
"test": "echo \"Error: no test specified\"",
|
|
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.mdx --cache --cache-location ../../.cache/eslint/icons.eslintcache",
|
|
"typecheck": "tsc --project ./tsconfig.json --noEmit",
|
|
"generate": "rm -rf src/components && node ./scripts/generate.mjs"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/core": "8.1.0",
|
|
"@svgr/plugin-jsx": "8.1.0",
|
|
"@svgr/plugin-prettier": "8.1.0",
|
|
"@svgr/plugin-svgo": "8.1.0",
|
|
"@types/fs-extra": "11.0.4",
|
|
"@types/node": "22.18.0",
|
|
"@types/react": "18.2.69",
|
|
"axios": "1.7.7",
|
|
"chalk": "5.3.0",
|
|
"dotenv": "16.4.5",
|
|
"eslint": "8.57.0",
|
|
"figma-js": "1.16.0",
|
|
"fs-extra": "11.2.0",
|
|
"lodash": "4.17.21",
|
|
"rimraf": "5.0.5",
|
|
"typescript": "5.4.3"
|
|
}
|
|
}
|