|
5 | 5 | "description": "", |
6 | 6 | "exports": { |
7 | 7 | ".": { |
| 8 | + "types": "./dist/types/index.d.ts", |
8 | 9 | "import": "./dist/vue-pivottable.es.js", |
9 | 10 | "require": "./dist/vue-pivottable.umd.js" |
10 | 11 | }, |
|
13 | 14 | }, |
14 | 15 | "main": "./dist/vue-pivottable.umd.js", |
15 | 16 | "module": "./dist/vue-pivottable.es.js", |
| 17 | + "types": "./dist/types/index.d.ts", |
| 18 | + "source": "./src/index.ts", |
16 | 19 | "files": [ |
17 | 20 | "dist", |
18 | 21 | "LICENSE", |
|
70 | 73 | "@semantic-release/npm": "^12.0.1", |
71 | 74 | "@seungwoo321/eslint-plugin-standard-js": "^1.0.1", |
72 | 75 | "@seungwoo321/prettier-config": "^1.0.1", |
| 76 | + "@types/node": "^22.15.21", |
| 77 | + "@types/papaparse": "^5.3.16", |
73 | 78 | "@vitejs/plugin-vue": "^5.2.1", |
74 | 79 | "@vue-pivottable/lazy-table-renderer": "workspace:*", |
75 | 80 | "@vue-pivottable/plotly-renderer": "workspace:*", |
| 81 | + "@vue/tsconfig": "^0.7.0", |
76 | 82 | "concurrently": "^9.1.2", |
77 | 83 | "conventional-changelog": "^6.0.0", |
78 | 84 | "conventional-changelog-cli": "^5.0.0", |
|
82 | 88 | "papaparse": "^5.5.2", |
83 | 89 | "rimraf": "^6.0.1", |
84 | 90 | "semantic-release": "^24.2.3", |
| 91 | + "typescript": "^5.8.3", |
| 92 | + "typescript-eslint": "^8.33.1", |
85 | 93 | "vite": "^6.3.4", |
86 | 94 | "vite-plugin-dts": "^4.5.3", |
87 | 95 | "vite-plugin-static-copy": "^2.3.1", |
88 | | - "vue": "^3.2.0" |
| 96 | + "vue": "^3.2.0", |
| 97 | + "vue-tsc": "^2.2.10" |
89 | 98 | }, |
90 | 99 | "packageManager": "pnpm@9.12.2" |
91 | 100 | } |
0 commit comments