-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
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
{
"name": "@pinyin/tween-here",
"version": "0.0.36",
"description": "An animation library designed for modern JS frameworks.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"sideEffects": false,
"scripts": {
"prepublishOnly": "rm -rf dist && npx tsc",
"test": "rm -rf dist && npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinyin/tween-here.git"
},
"keywords": [
"tweening",
"animation",
"transform",
"FLIP",
"CSS"
],
"author": "Bo Bao <bob432091@gmail.com> (https://github.com/pinyin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinyin/tween-here/issues"
},
"homepage": "https://github.com/pinyin/tween-here#readme",
"devDependencies": {
"@pinyin/base-styles": "0.0.1",
"@types/randomcolor": "^0.5.0",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"parcel-bundler": "^1.9.7",
"randomcolor": "^0.5.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"typescript": "^2.9.2"
},
"dependencies": {
"@pinyin/dom": "^0.0.12",
"@pinyin/frame": "^0.0.15",
"@pinyin/maybe": "^0.0.9",
"@pinyin/outline": "0.0.17",
"@pinyin/types": "^0.0.45",
"synchronous-promise": "^2.0.5",
"tslib": "^1.9.3"
}
}