mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
dd84f90946
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"name": "@element-plus/build-constants",
|
|
"version": "0.0.1",
|
|
"description": "Build constants for Element Plus",
|
|
"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.4"
|
|
}
|
|
}
|