variations
Version:
A React component library that enables rapid prototyping and exploration of UI variations.
36 lines (35 loc) • 800 B
JSON
{
"name": "variations",
"version": "1.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.es.js",
"scripts": {
"build": "vite build",
"dev": "vite",
"dev:pack": "npm run build && npm pack"
},
"keywords": [
"react",
"variations",
"ui",
"components",
"design",
"prototype"
],
"author": "Dan Perrera",
"license": "MIT",
"description": "A React component library that enables rapid prototyping and exploration of UI variations.",
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-jsx": "^5.1.6"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0"
}
}