UNPKG

analog-clock-ios-style

Version:

An analog iOS style clock react component with tailwind css

74 lines (73 loc) 2.01 kB
{ "name": "analog-clock-ios-style", "version": "1.0.14", "description": "An analog iOS style clock react component with tailwind css", "repository": "https://github.com/hmontazeri/Analag-Clock-iOS-Style", "keywords": [ "ios-style-analog-clock", "ios", "analog", "clock", "react" ], "license": "MIT", "author": "Hamed Montazeri", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "./dist/index.css": "./dist/index.css", "./package.json": "./package.json" }, "files": [ "dist" ], "scripts": { "preinstall": "rm -rf dist", "build": "tsup", "lint": "eslint src --ext .ts,.tsx", "format": "prettier --write src", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.config.mjs", "prepare": "npm run build", "prepublishOnly": "npm test && npm run build" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "dependencies": { "react": ">=16", "react-dom": ">=16" }, "devDependencies": { "@swc/core": "^1.11.24", "@tailwindcss/postcss": "^4.1.6", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/jest": "^29.5.14", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "@types/testing-library__jest-dom": "^5.14.9", "@typescript-eslint/eslint-plugin": "^8.32.0", "@typescript-eslint/parser": "^8.32.0", "autoprefixer": "^10.4.16", "babel-jest": "^29.7.0", "cross-env": "^7.0.3", "eslint": "^9.26.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.4.31", "prettier": "^3.5.3", "tailwindcss": "^3.3.5", "ts-jest": "^29.3.2", "tslib": "^2.8.1", "tsup": "^8.0.2", "typescript": "^5.8.3" } }