初始化
This commit is contained in:
18
easyflow-ui-admin/packages/constants/package.json
Normal file
18
easyflow-ui-admin/packages/constants/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@easyflow/constants",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
"**/*.css"
|
||||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"default": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@easyflow-core/shared": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user