mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
4e99d0b5ba
* build!: simplify build & support native esm import * build: refactor build * refactor: reorganize files * refactor: refactor build * build: improve perf * fix: scripts * build: add rollup-plugin-filesize * chore: scripts ignore no-console * build: disable tree-shaking * build: improve code * build: add sourcemap * build: add banner * refactor: remove annotation * build!: improve esm exports (#3871) * build: improve esm import * refactor: change mjs for esm version * chore: improve exports map * fix: add sideEffects * refactor: improve alias * build: upgrade dependencies
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"name": "@element-plus/hooks",
|
|
"description": "Element Plus composables",
|
|
"version": "0.0.5",
|
|
"main": "index.ts",
|
|
"module": "index.ts",
|
|
"unpkg": "index.js",
|
|
"jsdelivr": "index.js",
|
|
"types": "index.d.ts",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "^3.2.0"
|
|
},
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|