forked from SparkDevNetwork/Rock
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.49 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.49 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
{
"private": true,
"scripts": {
"prebuild": "rimraf ../RockWeb/Scripts/Rock/Monaco",
"build": "webpack --no-color && webpack --config ./webpack.config.monaco.js --no-color",
"clean": "tsc --build --clean",
"sass": "sass ./src/streamchat/styles/main.scss ./src/streamchat/styles/main.css",
"sass:watch": "sass --watch ./src/streamchat/styles/main.scss ./src/streamchat/styles/main.css"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@types/jquery": "^3.5.17",
"@types/node": "^20.5.7",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/signalr": "^2.4.0",
"@types/signalr-no-jquery": "0.1.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"babel-loader": "^8.4.1",
"css-loader": "^6.8.1",
"eol": "^0.9.1",
"eslint": "^8.48.0",
"file-loader": "^6.2.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"rimraf": "^6.0.1",
"sass": "^1.89.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@microsoft/signalr": "^7.0.10",
"hls.js": "^1.4.10",
"mitt": "^3.0.1",
"plyr": "3.7.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"signalr-no-jquery": "0.2.0",
"stream-chat": "^9.6.0",
"stream-chat-react": "^13.1.2"
}
}