forked from svga/SVGAPlayer-Web-Lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.32 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
{
"name": "svga.lite",
"version": "1.6.0",
"description": "Lightweight SVGA Web Player",
"main": "svga.lite.min.js",
"types": "index.d.ts",
"scripts": {
"test": "node ./scripts/test.js",
"benchmark": "node ./scripts/benchmark.js",
"build": "node ./scripts/build.js",
"prepublish": "npm run build"
},
"author": "JOYY.UED",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime-corejs2": "^7.0.0",
"@types/node": "^14.14.8",
"@types/offscreencanvas": "^2019.6.2",
"@types/protobufjs": "^6.0.0",
"@types/websql": "^0.0.27",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.0",
"del": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^6.0.3",
"fs-extra": "^7.0.1",
"jszip": "3.2.1",
"nice-commit": "^0.0.8",
"protobufjs": "git+https://github.com/lijialiang/protobuf.js.git",
"raw-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"typescript": "^4.0.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"zlibjs": "git+https://github.com/lijialiang/zlib.js.git"
}
}