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