blob: 0f6b835074990f4e23f0d5d95bb52ef5b20a9425 [file]
{
"name": "@maka/ui",
"version": "0.1.0",
"license": "Apache-2.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./artifact-preview-registry": "./dist/artifact-preview-registry.js",
"./assistant-stream": "./dist/assistant-stream.js",
"./icons": "./dist/icons.js",
"./maka-uri": "./dist/maka-uri.js",
"./smooth-stream": "./dist/smooth-stream.js",
"./styles.css": "./src/styles.css"
},
"scripts": {
"clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo",
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "npm run clean && npm run build && npm run test:dist",
"test:dist": "node --test \"dist/**/*.test.js\""
},
"dependencies": {
"@astryxdesign/core": "0.2.0",
"@maka/core": "0.1.0",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"react": "^19.2.1"
},
"devDependencies": {
"@types/react": "^19.2.7"
}
}