35 lines
763 B
JSON
35 lines
763 B
JSON
{
|
|
"name": "@aiflowy/styles",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/aiflowy/aiflowy",
|
|
"bugs": "https://github.com/aiflowy/aiflowy/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aiflowy/aiflowy.git",
|
|
"directory": "packages/styles"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./antd": {
|
|
"default": "./src/antd/index.css"
|
|
},
|
|
"./ele": {
|
|
"default": "./src/ele/index.css"
|
|
},
|
|
"./naive": {
|
|
"default": "./src/naive/index.css"
|
|
},
|
|
"./global": {
|
|
"default": "./src/global/index.scss"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@aiflowy-core/design": "workspace:*"
|
|
}
|
|
}
|