softbuilders-react-video-player 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "softbuilders-react-video-player",
3
3
  "description": "Standalone video player component",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
@@ -13,7 +13,8 @@
13
13
  "build:css:watch": "npx postcss src/styles/tailwind.css -o dist/styles/tailwind.css --watch && npx postcss src/components/Slider/style.css -o dist/components/Slider/style.css --watch && npx postcss src/components/VideoPlayerComponent/style/style.css -o dist/components/VideoPlayerComponent/style/style.css --watch",
14
14
  "build": "npm run build:css && tsc",
15
15
  "build:watch": "tsc --watch",
16
- "start": "concurrently \"npm run build:css:watch\" \"npm run build:watch\""
16
+ "start": "concurrently \"npm run build:css:watch\" \"npm run build:watch\"",
17
+ "build:icons": "svgr src/images --out-dir src/images"
17
18
  },
18
19
  "keywords": [],
19
20
  "author": "",
@@ -26,6 +27,8 @@
26
27
  "devDependencies": {
27
28
  "@svgr/webpack": "^8.1.0",
28
29
  "@types/react": "^18.3.5",
30
+ "@svgr/cli": "^8.1.0",
31
+ "@swc/core": "^1.7.26",
29
32
  "@types/react-dom": "^18.3.0",
30
33
  "autoprefixer": "^10.4.20",
31
34
  "concurrently": "^9.0.1",