UNPKG

@sushilthapa98/trackmate

Version:

Simple library to keep track of your personal things

60 lines 1.6 kB
{ "name": "@sushilthapa98/trackmate", "version": "0.1.2", "main": "./dist/index.js", "dependencies": { "@radix-ui/react-slot": "^1.2.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.511.0", "next": "15.3.2", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.3.0" }, "devDependencies": { "@changesets/cli": "^2.29.4", "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.3.2", "husky": "^9.1.7", "prettier": "^3.5.3", "tailwindcss": "^4", "tw-animate-css": "^1.3.0", "typescript": "^5" }, "description": "Simple library to keep track of your personal things", "repository": { "type": "git", "url": "git+https://github.com/sushilthapa98/trackmate.git" }, "keywords": [ "personal-tracker", "personal-reminder", "event-tracker" ], "author": "Sushil Thapa", "license": "MIT", "bugs": { "url": "https://github.com/sushilthapa98/trackmate/issues" }, "homepage": "https://github.com/sushilthapa98/trackmate#readme", "publishConfig": { "access": "public" }, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "format": "prettier --write .", "type-check": "tsc --noEmit", "release": "changeset publish", "test": "echo \"Error: no test specified\" && exit 1" } }