softbuilders-react-video-player
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "softbuilders-react-video-player", | ||
"description": "Standalone video player component", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.js", | ||
@@ -16,3 +16,4 @@ "types": "dist/index.d.ts", | ||
"build:watch": "tsc --watch", | ||
"start": "concurrently \"npm run build:css:watch\" \"npm run build:watch\"" | ||
"start": "concurrently \"npm run build:css:watch\" \"npm run build:watch\"", | ||
"build:icons": "svgr src/images --out-dir src/images" | ||
}, | ||
@@ -30,2 +31,4 @@ "keywords": [], | ||
"@types/react": "^18.3.5", | ||
"@svgr/cli": "^8.1.0", | ||
"@swc/core": "^1.7.26", | ||
"@types/react-dom": "^18.3.0", | ||
@@ -32,0 +35,0 @@ "autoprefixer": "^10.4.20", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112112
11