@anyframe/css
Version:
Fast, lightweight, customizable, and modern utility-first CSS framework.
63 lines (62 loc) • 1.63 kB
JSON
{
"name": "@anyframe/css",
"version": "0.2.0",
"description": "Fast, lightweight, customizable, and modern utility-first CSS framework.",
"author": "NOuSantx <nousantx@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/nousantx/starter-repo-template#readme",
"keywords": [
"css-framework",
"tenoxui",
"ui-library",
"utility-first",
"frontend"
],
"repository": {
"type": "git",
"url": "git+https://github.com/anyframe-org/css.git"
},
"bugs": {
"url": "https://github.com/anyframe-org/css/issues"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/anycss.cjs.js",
"module": "./dist/anycss.es.js",
"browser": "./dist/anycss.iife.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/anycss.cjs.js",
"import": "./dist/anycss.es.js"
}
},
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"build:prod": "pnpm type-check && pnpm build && pnpm build:types",
"type-check": "tsc --noEmit",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@nousantx/color-generator": "^1.6.0",
"@nousantx/someutils": "^0.7.0",
"@nousantx/tenoxui-preset": "^0.4.0",
"@tenoxui/moxie": "0.4.0-alpha.1",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vitest": "^3.0.8"
},
"dependencies": {
"@tenoxui/types": "^0.1.2"
},
"packageManager": "pnpm@10.4.0"
}