-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
{
"name": "@gdyfe/svgaplayer-for-live",
"version": "1.0.3",
"description": "SVGAPlayer for live, based on SVGAPlayer-Web-Lite",
"main": "dist/SVGAPlayer.esm.js",
"repository": "https://github.com/MIchaelJier/SVGAPlayer-for-Live.git",
"homepage": "https://github.com/MIchaelJier/SVGAPlayer-for-Live.git",
"author": "MichaelJier <chem908430737@icloud.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "rollup --config",
"tsc": "tsc",
"publish": "npm publish --access public"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.0.0",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-typescript": "^0.14.0",
"prettier": "^2.1.2",
"rollup": "^2.35.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-live-server": "^1.0.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
},
"dependencies": {
"svga.lite": "^1.5.0"
},
"keywords": [
"SVGAPlayer",
"svga",
"IndexedDB",
"Queue",
"player",
"animation"
]
}