Skip to content

Commit

Permalink
Merge pull request #48 from niyuancheng/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
niyuancheng authored Apr 5, 2023
2 parents fd4386d + a718f4d commit d09f063
Show file tree
Hide file tree
Showing 9 changed files with 1,269 additions and 585 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "niplayer",
"version": "1.3.5",
"version": "1.4.1",
"description": "This is a TS library for video player",
"main": "./dist/player.esm.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "rollup -c script/rollup.config.dev.js --watch",
"build": "rollup -c script/rollup.config.prod.js",
"build:tsc": "tsc",
"build:dts": "dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --project tsconfig.json --no-check",
"test": "vitest",
"coverage": "vitest run --coverage"
},
Expand All @@ -26,16 +27,20 @@
"@rollup/plugin-html": "^1.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^10.0.1",
"@types/node": "^18.13.0",
"@vitest/coverage-c8": "^0.27.2",
"autoprefixer": "^8.0.0",
"dts-bundle-generator": "^8.0.0",
"less": "^4.1.3",
"postcss": "^8.4.21",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^2.0.2",
Expand All @@ -57,6 +62,6 @@
"be-full": "^0.1.4",
"mp4box": "^0.5.2",
"ntouch.js": "^1.1.0",
"socket.io-client": "^4.6.0"
"socket.io-client": "4.6.0"
}
}
Loading

0 comments on commit d09f063

Please sign in to comment.