-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.91 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.91 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
49
50
51
52
53
54
55
{
"name": "react-remote-component-example",
"author": "DBA",
"license": "MIT",
"version": "1.0.0",
"description": "Example of remote component for DirectumRX.",
"private": true,
"main": "index.js",
"scripts": {
"build:release": "webpack --mode production --progress=profile",
"build:dev:standalone": "webpack --mode development --progress=profile --env mode=standalone",
"build:dev:remote": "webpack --mode development --progress=profile",
"serve": "serve dist -p 3001",
"start:dev:standalone": "concurrently \"webpack --mode development --progress=profile --env mode=standalone --watch\" \"npm run serve\"",
"start:dev:remote": "concurrently \"webpack --mode development --progress=profile\" \"npm run serve\""
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.4",
"@directum/sungero-remote-component-metadata-plugin": "1.0.1",
"@directum/sungero-remote-component-types": "1.0.0",
"@types/node": "20.4.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/webpack": "5.28.1",
"babel-loader": "9.1.2",
"concurrently": "8.2.1",
"css-loader": "6.7.3",
"css-minimizer-webpack-plugin": "5.0.1",
"html-webpack-plugin": "5.5.1",
"mini-css-extract-plugin": "2.7.6",
"serve": "14.2.0",
"style-loader": "3.3.2",
"terser-webpack-plugin": "5.3.9",
"typescript": "^5.6.3",
"url-loader": "4.1.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/jssip": "^3.5.3",
"gantt-task-react": "0.3.9",
"i18next": "22.4.11",
"i18next-browser-languagedetector": "6.1.8",
"i18next-http-backend": "2.2.1",
"jssip": "^3.10.1",
"moment": "^2.30.1",
"react": "18.2.0",
"react-data-grid": "7.0.0-beta.37",
"react-dom": "18.2.0",
"react-i18next": "11.18.6",
"react-use-audio-player": "^2.2.0"
}
}