clock-analog-digital-react
Version:
A reusable React clock package with analog and digital clocks
64 lines • 1.65 kB
JSON
{
"name": "clock-analog-digital-react",
"version": "1.0.11",
"description": "A reusable React clock package with analog and digital clocks",
"type": "module",
"main": "dist/clock-analog-digital-react.cjs.js",
"module": "dist/clock-analog-digital-react.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/clock-analog-digital-react.esm.js",
"require": "./dist/clock-analog-digital-react.cjs.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependencies": {
"@emotion/styled": "^11.14.0",
"@emotion/react": "^11.14.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/react": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"rollup": "^3.29.5",
"rollup-plugin-dts": "^5.3.1",
"tslib": "^2.8.1",
"typescript": "^5.6.2",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/masoudbigdeli/clock-analog-digital-react"
},
"homepage": "https://react-clock-analog-digital-demo.vercel.app",
"keywords": [
"react",
"clock",
"analog",
"digital",
"typescript"
],
"author": "Your Name",
"license": "MIT"
}