-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@eyevinn/media-event-filter",
"version": "3.4.1",
"files": [
"build",
"CHANGELOG.md",
"src"
],
"type": "module",
"description": "HTML5 media event filter",
"main": "build/mef.min.js",
"typings": "build/types/media-event-filter.d.ts",
"repository": "[email protected]:Eyevinn/media-event-filter.git",
"author": "Martin <[email protected]>",
"license": "MIT",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"analyze": "webpack --config webpack.analyze.cjs",
"dev": "webpack serve --config webpack.dev.cjs --open",
"build": "webpack --config webpack.prod.cjs && tsc -p tsconfig.json --emitDeclarationOnly",
"pretty": "prettier --write .",
"release": "semantic-release",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@swc/core": "1.7.26",
"@swc/plugin-emotion": "4.0.1",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/webpack": "5.28.5",
"dashjs": "4.7.4",
"hls.js": "1.5.15",
"prettier": "3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"semantic-release": "24",
"shaka-player": "4.11.7",
"swc-loader": "0.2.6",
"terser-webpack-plugin": "5.3.10",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"webpack": "5.93.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.2",
"webpack-merge": "5.10.0"
},
"packageManager": "[email protected]"
}