|
| 1 | +{ |
| 2 | + "name": "time-period-selector-react", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": false, |
| 5 | + "repository": "https://github.com/LLmoskk/time-period-selector-react", |
| 6 | + "author": "LLmoskk <EMAIL>", |
| 7 | + "description": "拖拽划选一天的时间范围", |
| 8 | + "keywords": [ |
| 9 | + "time", |
| 10 | + "period", |
| 11 | + "selector" |
| 12 | + ], |
| 13 | + "license": "MIT", |
| 14 | + "type": "module", |
| 15 | + "exports": { |
| 16 | + ".": { |
| 17 | + "types": "./dist/index.d.ts", |
| 18 | + "import": "./dist/index.js", |
| 19 | + "require": "./dist/index.cjs" |
| 20 | + } |
| 21 | + }, |
| 22 | + "main": "./dist/index.cjs", |
| 23 | + "module": "./dist/index.js", |
| 24 | + "types": "./dist/index.d.ts", |
| 25 | + "files": [ |
| 26 | + "dist" |
| 27 | + ], |
| 28 | + "scripts": { |
| 29 | + "build": "rslib build", |
| 30 | + "dev": "rsbuild dev --open", |
| 31 | + "semantic-release": "semantic-release" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@rsbuild/core": "^1.1.0", |
| 35 | + "@rsbuild/plugin-react": "^1.0.7", |
| 36 | + "@rslib/core": "^0.0.16", |
| 37 | + "@semantic-release/changelog": "^6.0.3", |
| 38 | + "@semantic-release/git": "^10.0.1", |
| 39 | + "@types/node": "^22.8.1", |
| 40 | + "@types/react": "^18.3.12", |
| 41 | + "@types/react-dom": "^18.3.1", |
| 42 | + "autoprefixer": "^10.4.20", |
| 43 | + "postcss": "^8.4.49", |
| 44 | + "semantic-release": "^24.2.0", |
| 45 | + "tailwindcss": "^3.4.16", |
| 46 | + "typescript": "^5.6.3" |
| 47 | + }, |
| 48 | + "dependencies": { |
| 49 | + "clsx": "^2.1.1", |
| 50 | + "react": "^18.3.1", |
| 51 | + "react-dom": "^18.3.1", |
| 52 | + "tailwind-merge": "^2.5.5" |
| 53 | + } |
| 54 | +} |
0 commit comments