|
1 | 1 | { |
2 | | - "name": "react-calendar-timeline-4ef", |
3 | | - "version": "1.0.18", |
4 | | - "description": "fork form react-calendar-timeline with TS latest react and other improvements", |
| 2 | + "name": "react-calendar-timeline", |
| 3 | + "version": "0.30.0", |
| 4 | + "description": "react-calendar-timeline", |
5 | 5 | "packageManager": "[email protected]", |
6 | 6 | "scripts": { |
7 | 7 | "build": "tsc && vite build", |
|
10 | 10 | "test": "jest", |
11 | 11 | "test:watch": "jest --watch" |
12 | 12 | }, |
13 | | - "main": "./dist/react-calendar-timeline-4ef.umd.js", |
14 | | - "module": "./dist/react-calendar-timeline-4ef.es.js", |
| 13 | + "main": "./dist/react-calendar-timeline.umd.js", |
| 14 | + "module": "./dist/react-calendar-timeline.es.js", |
15 | 15 | "exports": { |
16 | 16 | "./styles.css": "./dist/styles.css", |
17 | 17 | ".": { |
18 | 18 | "types": [ |
19 | 19 | "./dist/index.d.ts" |
20 | 20 | ], |
21 | | - "import": "./dist/react-calendar-timeline-4ef.es.js", |
22 | | - "require": "./dist/react-calendar-timeline-4ef.umd.js" |
| 21 | + "import": "./dist/react-calendar-timeline.es.js", |
| 22 | + "require": "./dist/react-calendar-timeline.umd.js" |
23 | 23 | } |
24 | 24 | }, |
25 | 25 | "types": "./dist/index.d.ts", |
|
32 | 32 | "url": "https://github.com/namespace-ee/react-calendar-timeline.git" |
33 | 33 | }, |
34 | 34 | "private": false, |
35 | | - "author": "4EF", |
| 35 | + "author": "Marius Andra <[email protected]>", |
| 36 | + "contributors": [ |
| 37 | + { |
| 38 | + "name": "Stanisław Chmiela", |
| 39 | + |
| 40 | + }, |
| 41 | + { |
| 42 | + "name": "Mike Joyce", |
| 43 | + "url": "https://github.com/mcMickJuice" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "Samuel Rossetti" |
| 47 | + }, |
| 48 | + { |
| 49 | + "name": "amakhrov", |
| 50 | + "url": "https://github.com/amakhrov" |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "Ahmad Ilaiwi", |
| 54 | + "url": "https://github.com/Ilaiwi" |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "dkarnutsch", |
| 58 | + "url": "https://github.com/dkarnutsch" |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "Alex Maclean", |
| 62 | + "url": "https://github.com/acemac" |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "Kevin Mann", |
| 66 | + "url": "https://github.com/kevinmanncito" |
| 67 | + }, |
| 68 | + { |
| 69 | + "name": "Remco Blumink", |
| 70 | + "url": "" |
| 71 | + } |
| 72 | + ], |
36 | 73 | "license": "MIT", |
37 | 74 | "keywords": [ |
38 | 75 | "react", |
|
0 commit comments