@tenoxui/browser
Version:
A JavaScript library for creating highly customized, flexible, and extensible utility-first CSS framework
70 lines (69 loc) • 1.89 kB
JSON
{
"name": "@tenoxui/browser",
"version": "1.0.0",
"description": "A JavaScript library for creating highly customized, flexible, and extensible utility-first CSS framework",
"author": "NOuSantx <nousantx@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/tenoxui/tenoxui#readme",
"keywords": [
"css",
"css-framework",
"css-engine",
"css-parser",
"utility-first",
"atomic-css",
"frontend",
"library",
"javascript-library",
"browser-tool",
"dom"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tenoxui/tenoxui.git",
"directory": "packages/@tenoxui-browser"
},
"bugs": {
"url": "https://github.com/tenoxui/tenoxui/issues"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"browser": "./dist/index.iife.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs.js",
"import": "./dist/index.es.js"
}
},
"scripts": {
"dev": "vite build --watch",
"dev:bundle": "vite build --watch -c vite.config-bundle.ts",
"build:main": "vite build",
"build:bundle": "vite build --config vite.config-bundle.ts",
"build": "pnpm build:main && pnpm build:bundle && cp ./.temp/* ./dist && rm temp -fr",
"test": "vitest run",
"test:watch": "vitest",
"type:check": "tsc --noEmit",
"type:build": "tsc --declaration --emitDeclarationOnly --outDir dist",
"build:prod": "pnpm type:check && pnpm build && pnpm type:build"
},
"devDependencies": {
"@tenoxui/core": "^2.0.3",
"@tenoxui/moxie": "^0.7.1",
"typescript": "^5.7.3",
"vite": "^6.2.3",
"vitest": "^3.0.5"
},
"dependencies": {
"@tenoxui/types": "^0.1.2",
"tenoxui": "^1.0.0"
}
}