-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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": "talk-2-power-system-ui",
"version": "2.1.0-rc1",
"description": "The web application for Talk 2 Power System APIs",
"scripts": {
"start": "webpack serve --mode development --env baseHref=/",
"build": "webpack --mode production --env baseHref=/chat/",
"generate-project-info": "node scripts/generate-project-info.js"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@azure/msal-browser": "^4.26.0",
"angular": "^1.8.3",
"angular-route": "^1.8.3",
"angular-toastr": "^2.1.1",
"angular-translate": "^2.19.1",
"angular-translate-loader-static-files": "^2.19.1",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-code-copy": "^0.2.2",
"oclazyload": "^1.1.0",
"remixicon": "^4.7.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"base-href-webpack-plugin": "^3.0.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"yaml": "^2.8.1",
"yaml-loader": "^0.8.1"
}
}