@peace_node/core
Version:
Core design system with Tailwind CSS tokens, typography, and semantic styling
44 lines • 1.03 kB
JSON
{
"name": "@peace_node/core",
"version": "1.0.0",
"description": "Core design system with Tailwind CSS tokens, typography, and semantic styling",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"templates",
"examples"
],
"scripts": {
"build": "tsc && npm run copy-templates",
"copy-templates": "mkdir -p dist && cp -r templates dist/ && cp -r examples dist/",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"keywords": [
"design-system",
"tailwindcss",
"typography",
"css-tokens"
],
"author": "Your Name",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/clubstyle-design-system.git",
"directory": "packages/core"
},
"peerDependencies": {
"tailwindcss": "^3.3.0"
},
"dependencies": {
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"typescript": "^5"
}
}