feat: setup Claymorphism design system & rules framework
parents
Showing
.agents/checklists/review.md
0 → 100644
.agents/memory.md
0 → 100644
.agents/project.md
0 → 100644
.agents/rules/workflow.md
0 → 100644
.gitignore
0 → 100644
AGENTS.md
0 → 100644
README.md
0 → 100644
app-config.json
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "zmp-blank-templates", | |||
| "private": true, | |||
| "version": "1.0.0", | |||
| "description": "zmp-blank-templates", | |||
| "repository": "", | |||
| "license": "UNLICENSED", | |||
| "browserslist": [ | |||
| "Android >= 5", | |||
| "IOS >= 9.3", | |||
| "Edge >= 15", | |||
| "Safari >= 9.1", | |||
| "Chrome >= 49", | |||
| "Firefox >= 31", | |||
| "Samsung >= 5" | |||
| ], | |||
| "scripts": { | |||
| "login": "zmp login", | |||
| "start": "zmp start", | |||
| "deploy": "zmp deploy", | |||
| "build": "vite build" | |||
| }, | |||
| "dependencies": { | |||
| "jotai": "^2.12.1", | |||
| "react": "^18.3.1", | |||
| "react-dom": "^18.3.1", | |||
| "zmp-sdk": "latest", | |||
| "zmp-ui": "latest" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/react": "^18.3.1", | |||
| "@types/react-dom": "^18.3.0", | |||
| "@vitejs/plugin-react": "^4.3.1", | |||
| "autoprefixer": "^10.4.19", | |||
| "cross-env": "^7.0.3", | |||
| "postcss": "^8.4.38", | |||
| "postcss-cli": "^8.3.1", | |||
| "postcss-preset-env": "^6.7.0", | |||
| "sass": "^1.76.0", | |||
| "tailwindcss": "^3.4.3", | |||
| "vite": "^5.2.13", | |||
| "zmp-vite-plugin": "latest" | |||
| } | |||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
postcss.config.js
0 → 100644
src/app.ts
0 → 100644
src/components/clock.tsx
0 → 100644
src/components/layout.tsx
0 → 100644
src/components/logo.tsx
0 → 100644
src/components/ui/Avatar.tsx
0 → 100644
src/components/ui/Badge.tsx
0 → 100644
src/components/ui/Button.tsx
0 → 100644
src/components/ui/Card.tsx
0 → 100644
src/components/ui/Input.tsx
0 → 100644
src/components/ui/Modal.tsx
0 → 100644
src/components/ui/Select.tsx
0 → 100644
src/components/ui/Tabs.tsx
0 → 100644
src/components/ui/icons.tsx
0 → 100644
src/css/app.scss
0 → 100644
src/css/tailwind.scss
0 → 100644
src/index.html
0 → 100644
src/pages/index.tsx
0 → 100644
src/pages/style-guide.tsx
0 → 100644
This diff is collapsed.
src/static/bg.svg
0 → 100644
tailwind.config.js
0 → 100644
tsconfig.json
0 → 100644
vite.config.mts
0 → 100644
zmp-cli.json
0 → 100644
Please register or sign in to comment