-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
{
"name": "streamkit-effect-camera",
"version": "1.0.0",
"description": "",
"keywords": [
"template",
"js",
"rocketman",
"streamkit"
],
"homepage": "https://github.com/RocketMan-System/StreamKit-effect-camera#readme",
"bugs": {
"url": "https://github.com/RocketMan-System/StreamKit-effect-camera/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RocketMan-System/StreamKit-effect-camera.git"
},
"license": "MIT",
"author": "RocketMan",
"type": "commonjs",
"main": "main.js",
"scripts": {
"build": "webpack --progress",
"watch": "webpack --watch --progress"
},
"devDependencies": {
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.4",
"esbuild-loader": "^4.4.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.6",
"less-loader": "^12.3.1",
"mini-css-extract-plugin": "^2.10.0",
"webpack": "^5.105.2",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@rocketman-system/streamkit-widget-helper": "^1.0.2",
"@xxanderwp/jstoolkit": "^1.0.1",
"axios": "^1.13.5",
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}