-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.95 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.95 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
56
57
58
59
60
61
62
{
"name": "@frontend/core",
"version": "1.3.1",
"description": "",
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js",
"build:stats": "webpack --config webpack.prod.js --profile --json > stats.json",
"start": "webpack serve --config webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1",
"bundle-analyzer": "webpack --config webpack.bundle-analyzer.js",
"createEnv": "node create-env.mjs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@common/components": "^1.2.5",
"@relative-ci/agent": "^4.1.1",
"@types/marked": "^4.0.7",
"@types/node": "^18.11.9",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.2",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@common/config": "^1.2.0",
"@common/frontend-utils": "workspace:^",
"@common/models": "workspace:^",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-client-fetch": "^4.1.3",
"@furystack/shades": "^6.1.3",
"@furystack/shades-common-components": "^3.5.3",
"@furystack/utils": "^3.1.3",
"@types/video.js": "^7.3.49",
"copy-webpack-plugin": "^11.0.0",
"marked": "^4.2.3",
"monaco-editor": "^0.34.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"path-to-regexp": "^6.2.1",
"reflect-metadata": "^0.1.13",
"shaka-player": "^4.3.0",
"video.js": "^7.21.1"
}
}