@eternaljs/styles
Version:
A comprehensive design system and styling package for Eternals JS applications. Features complete color palettes, typography system, spacing utilities, theming capabilities, and modern CSS custom properties.
99 lines • 2.57 kB
JSON
{
"name": "@eternaljs/styles",
"version": "0.0.4",
"description": "A comprehensive design system and styling package for Eternals JS applications. Features complete color palettes, typography system, spacing utilities, theming capabilities, and modern CSS custom properties.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"scss": "src/index.scss",
"scripts": {
"build": "vite build",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,scss,json}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,css,scss,json}\"",
"prepublishOnly": "npm run build",
"unpublish": "npm unpublish -f @eternals/styles",
"test": "echo \"No tests specified\" && exit 0"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./styles": "./dist/index.css",
"./dist/index.css": "./dist/index.css",
"./index.css": "./dist/index.css",
"./dist/*": "./dist/*",
"./scss": "./src/index.scss"
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
"keywords": [
"css",
"scss",
"design-system",
"color-palette",
"typography",
"theming",
"design-tokens",
"utility-classes",
"responsive",
"modern-ui",
"eternals",
"css-variables",
"custom-properties",
"spacing-system",
"light-dark-theme",
"poppins",
"manrope",
"css-framework"
],
"author": {
"name": "Chandra Sekhar",
"email": "chandra@eternals.cloud",
"url": "https://github.com/eternals-cloud"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eternals-cloud/styles.git"
},
"homepage": "https://github.com/eternals-cloud/styles#readme",
"bugs": {
"url": "https://github.com/eternals-cloud/styles/issues"
},
"dependencies": {
"moment-timezone": "0.6.0",
"primeflex": "4.0.0",
"primeicons": "7.0.0",
"primereact": "10.9.7",
"quill": "2.0.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"sass": "1.93.2",
"zod": "4.1.12"
},
"devDependencies": {
"@types/node": "24.6.0",
"@types/react": "19.1.16",
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react": "5.0.4",
"prettier": "3.6.2",
"typescript": "^5.0.0",
"vite": "7.1.10",
"vite-plugin-dts": "^3.0.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
}