2024-09-18 12:15:23 +08:00
|
|
|
{
|
2024-09-26 18:57:03 +08:00
|
|
|
"name": "@teable/plugin",
|
2025-09-15 23:51:58 +08:00
|
|
|
"version": "1.10.0",
|
2024-10-28 21:52:10 +08:00
|
|
|
"license": "AGPL-3.0",
|
2024-09-18 12:15:23 +08:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2024-09-18 17:31:02 +08:00
|
|
|
"dev": "next dev -p 3002",
|
2024-09-18 12:15:23 +08:00
|
|
|
"build": "next build && node ./scripts/build-replace.js",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.mdx --cache --cache-location ../../.cache/eslint/nextjs-app.eslintcache",
|
|
|
|
|
"clean": "rimraf ./.next ./out ./coverage ./tsconfig.tsbuildinfo ./node_modules/.cache ./.eslintcache",
|
|
|
|
|
"typecheck": "tsc --project ./tsconfig.json --noEmit",
|
|
|
|
|
"test": "echo \"Error: no test specified\""
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@hookform/resolvers": "3.3.4",
|
2026-01-14 21:06:22 +08:00
|
|
|
"@tanstack/react-query": "5.90.16",
|
2024-09-18 12:15:23 +08:00
|
|
|
"@teable/common-i18n": "workspace:^",
|
|
|
|
|
"@teable/core": "workspace:^",
|
|
|
|
|
"@teable/icons": "workspace:^",
|
2024-12-02 21:22:42 +07:00
|
|
|
"@teable/next-themes": "0.3.5",
|
2024-09-18 12:15:23 +08:00
|
|
|
"@teable/openapi": "workspace:^",
|
|
|
|
|
"@teable/sdk": "workspace:^",
|
|
|
|
|
"@teable/ui-lib": "workspace:^",
|
2024-10-15 22:12:22 +08:00
|
|
|
"@univerjs/core": "0.3.0",
|
|
|
|
|
"@univerjs/data-validation": "0.3.0",
|
|
|
|
|
"@univerjs/design": "0.3.0",
|
|
|
|
|
"@univerjs/docs": "0.3.0",
|
|
|
|
|
"@univerjs/docs-ui": "0.3.0",
|
|
|
|
|
"@univerjs/engine-formula": "0.3.0",
|
|
|
|
|
"@univerjs/engine-render": "0.3.0",
|
|
|
|
|
"@univerjs/facade": "0.3.0",
|
|
|
|
|
"@univerjs/sheets": "0.3.0",
|
|
|
|
|
"@univerjs/sheets-data-validation": "0.3.0",
|
|
|
|
|
"@univerjs/sheets-formula": "0.3.0",
|
|
|
|
|
"@univerjs/sheets-ui": "0.3.0",
|
|
|
|
|
"@univerjs/ui": "0.3.0",
|
2024-09-18 12:15:23 +08:00
|
|
|
"i18next": "23.10.1",
|
|
|
|
|
"i18next-resources-to-backend": "1.2.1",
|
2024-10-15 22:12:22 +08:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"lodash-es": "4.17.21",
|
2024-09-18 12:15:23 +08:00
|
|
|
"lucide-react": "0.363.0",
|
2026-02-04 18:26:25 +08:00
|
|
|
"next": "16.1.6",
|
2024-09-18 12:15:23 +08:00
|
|
|
"next-secure-headers": "2.2.0",
|
2024-10-15 22:12:22 +08:00
|
|
|
"qrcode.react": "3.1.0",
|
2024-10-16 11:42:38 +08:00
|
|
|
"react": "18.3.1",
|
|
|
|
|
"react-dom": "18.3.1",
|
2024-09-18 12:15:23 +08:00
|
|
|
"react-hook-form": "7.51.1",
|
|
|
|
|
"react-i18next": "14.1.0",
|
2024-11-20 22:15:41 +07:00
|
|
|
"react-use": "17.5.1",
|
2024-09-18 12:15:23 +08:00
|
|
|
"recharts": "2.12.3",
|
2025-12-09 14:43:29 +08:00
|
|
|
"zod": "4.1.8"
|
2024-09-18 12:15:23 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-10-15 22:12:22 +08:00
|
|
|
"@types/lodash": "4.17.0",
|
2025-12-09 14:43:29 +08:00
|
|
|
"@types/node": "22.18.0",
|
2026-01-22 18:13:14 +08:00
|
|
|
"@types/react": "18.3.18",
|
|
|
|
|
"@types/react-dom": "18.3.5",
|
2024-11-20 22:15:41 +07:00
|
|
|
"@univerjs/webpack-plugin": "0.5.1",
|
2024-09-18 12:15:23 +08:00
|
|
|
"eslint": "8.57.0",
|
2026-01-22 18:13:14 +08:00
|
|
|
"eslint-config-next": "15.5.9",
|
2024-09-18 12:15:23 +08:00
|
|
|
"postcss": "8.4.38",
|
|
|
|
|
"rimraf": "5.0.5",
|
|
|
|
|
"tailwindcss": "3.4.1",
|
|
|
|
|
"typescript": "5.4.3"
|
|
|
|
|
}
|
|
|
|
|
}
|