forked from lverniu777/vap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "video-animation-player",
"version": "0.2.10",
"description": "webgl动画特效组件",
"main": "dist/vap.js",
"scripts": {
"build": "npm run dist && rollup --config rollup.config.dist.js",
"dist": "rollup --config rollup.config.js",
"dev": "rollup --config rollup.config.js --watch"
},
"keywords": [
"webgl",
"animation",
"canvas"
],
"author": "hujinliang",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-plugin-async-to-promises": "^1.0.5",
"babel-preset-env": "^1.7.0",
"babel-preset-typescript": "^7.0.0-alpha.19",
"rollup": "^2.28.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.27.3",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.0.3"
}
}