|
1 | 1 | {
|
2 |
| - "name": "@xzdarcy/react-timeline-editor", |
| 2 | + "name": "@mfoulks3200/react-timeline-editor", |
3 | 3 | "version": "0.1.9",
|
4 |
| - "author": "xzdarcy", |
| 4 | + "author": "Atlas Foulks <[email protected]>", |
| 5 | + "contributors": [ |
| 6 | + { |
| 7 | + "name": "xzdarcy" |
| 8 | + } |
| 9 | + ], |
5 | 10 | "license": "MIT",
|
6 | 11 | "keywords": [
|
7 | 12 | "timeline",
|
|
11 | 16 | "typescript"
|
12 | 17 | ],
|
13 | 18 | "bugs": {
|
14 |
| - "url": "https://github.com/xzdarcy/react-timeline-editor/issues" |
| 19 | + "url": "https://github.com/mfoulks3200/react-timeline-editor/issues" |
15 | 20 | },
|
16 |
| - "homepage": "https://github.com/xzdarcy/react-timeline-editor#readme", |
| 21 | + "homepage": "https://github.com/mfoulks3200/react-timeline-editor#readme", |
17 | 22 | "repository": {
|
18 | 23 | "type": "git",
|
19 |
| - "url": "git+https://github.com/xzdarcy/react-timeline-editor.git" |
| 24 | + "url": "git+https://github.com/mfoulks3200/react-timeline-editor.git" |
20 | 25 | },
|
21 | 26 | "scripts": {
|
22 | 27 | "start": "dumi dev",
|
23 |
| - "docs:build": "dumi build", |
| 28 | + "legacydocs:build": "dumi build", |
| 29 | + "docs:dev": "vocs dev", |
| 30 | + "docs:build": "vocs build", |
| 31 | + "docs:preview": "vocs preview", |
24 | 32 | "docs:deploy": "",
|
25 | 33 | "build": "father-build",
|
| 34 | + "build:rollup": "rm -rf ./dist && rollup --config rollup.config.mjs", |
26 | 35 | "deploy": "npm run docs:build && npm run docs:deploy",
|
27 | 36 | "prepublishOnly": "npm run build"
|
28 | 37 | },
|
|
31 | 40 | ],
|
32 | 41 | "main": "dist/index.js",
|
33 | 42 | "module": "dist/index.esm.js",
|
34 |
| - "typings": "dist/index.d.ts", |
35 |
| - "peerDependencies": { |
36 |
| - "react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0", |
37 |
| - "react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0" |
38 |
| - }, |
| 43 | + "typings": "dist/dts/index.d.ts", |
39 | 44 | "dependencies": {
|
40 | 45 | "@interactjs/types": "^1.10.11",
|
41 | 46 | "@types/react-virtualized": "^9.21.14",
|
42 | 47 | "framework-utils": "^1.1.0",
|
43 | 48 | "interactjs": "^1.10.11",
|
44 |
| - "react-virtualized": "^9.22.3" |
| 49 | + "react-virtualized": "^9.22.3", |
| 50 | + "typescript": "^5.8.2", |
| 51 | + "vocs": "^1.0.0" |
45 | 52 | },
|
46 | 53 | "devDependencies": {
|
| 54 | + "@rollup/plugin-typescript": "^12.1.2", |
47 | 55 | "@types/howler": "^2.2.4",
|
48 | 56 | "@types/lodash": "^4.14.177",
|
49 | 57 | "@types/react": "^17.0.17",
|
50 | 58 | "@types/react-dom": "^17.0.17",
|
| 59 | + "@types/rollup-plugin-less": "^1.1.5", |
51 | 60 | "@umijs/test": "^3.0.5",
|
52 | 61 | "antd": "^4.16.13",
|
53 | 62 | "dumi": "^1.0.17",
|
|
58 | 67 | "lodash": "^4.17.21",
|
59 | 68 | "lottie-web": "^5.8.1",
|
60 | 69 | "prettier": "^2.2.1",
|
61 |
| - "react": "^17.0.0", |
62 |
| - "react-dom": "^17.0.0", |
| 70 | + "react": "^18.0.0", |
| 71 | + "react-dom": "^18.0.2", |
| 72 | + "rollup": "^4.35.0", |
| 73 | + "rollup-plugin-less": "^1.1.3", |
63 | 74 | "yorkie": "^2.0.0"
|
64 | 75 | }
|
65 | 76 | }
|
0 commit comments