@nousantx/tenoxui-preset
Version:
Ready to use tenoxui preset with minimal setup.
58 lines (57 loc) • 1.42 kB
JSON
{
"name": "@nousantx/tenoxui-preset",
"version": "0.4.0",
"description": "Ready to use tenoxui preset with minimal setup.",
"author": "NOuSantx <nousantx@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/nousantx/tenoxui-preset#readme",
"keywords": [
"css",
"theme",
"css-library",
"tenoxui"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nousantx/tenoxui-preset.git"
},
"bugs": {
"url": "https://github.com/nousantx/tenoxui-preset/issues"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.es.js",
"browser": "dist/index.iife.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.es.js"
}
},
"scripts": {
"dev": "vite build --watch",
"build": "tsc --noEmit && vite build && tsc --declaration --emitDeclarationOnly"
},
"packageManager": "pnpm@10.4.0",
"devDependencies": {
"@anyframe/core": "^0.3.1",
"@nousantx/color-generator": "^1.6.0",
"@nousantx/color-library": "^0.1.0",
"@nousantx/someutils": "^0.7.0",
"@tenoxui/moxie": "^0.2.0",
"@tenoxui/static": "^0.6.1",
"typescript": "^5.7.3",
"vite": "^6.1.0"
},
"dependencies": {
"@tenoxui/types": "^0.1.2"
}
}