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