-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
65 lines (65 loc) · 1.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@xzdarcy/react-timeline-editor",
"version": "0.1.9",
"author": "xzdarcy",
"license": "MIT",
"keywords": [
"timeline",
"animation",
"editor",
"react",
"typescript"
],
"bugs": {
"url": "https://github.com/xzdarcy/react-timeline-editor/issues"
},
"homepage": "https://github.com/xzdarcy/react-timeline-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/xzdarcy/react-timeline-editor.git"
},
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "",
"build": "father-build",
"deploy": "npm run docs:build && npm run docs:deploy",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@interactjs/types": "^1.10.11",
"@types/react-virtualized": "^9.21.14",
"framework-utils": "^1.1.0",
"interactjs": "^1.10.11",
"react-virtualized": "^9.22.3"
},
"devDependencies": {
"@types/howler": "^2.2.4",
"@types/lodash": "^4.14.177",
"@types/react": "^17.0.17",
"@types/react-dom": "^17.0.17",
"@umijs/test": "^3.0.5",
"antd": "^4.16.13",
"dumi": "^1.0.17",
"father-build": "^1.17.2",
"gh-pages": "^3.0.0",
"howler": "^2.2.3",
"lint-staged": "^10.0.7",
"lodash": "^4.17.21",
"lottie-web": "^5.8.1",
"prettier": "^2.2.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"yorkie": "^2.0.0"
}
}