mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
6a290ff85a
* fix: fetching contributors * refactor(build): improve building * fix: building * refactor: build constants * fix: lockfile * ci: remove token * ci: rename * refactor: improve docs constant
22 lines
439 B
JSON
22 lines
439 B
JSON
{
|
|
"name": "@element-plus/build-utils",
|
|
"version": "0.0.1",
|
|
"description": "Build utils for Element Plus",
|
|
"private": true,
|
|
"keywords": [
|
|
"element-plus"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"dev": "pnpm run stub",
|
|
"stub": "unbuild --stub"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.7.2"
|
|
}
|
|
}
|