-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (54 loc) · 1.47 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": "teskalabs_training_ui_app",
"version": "26.1.1",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack/webpack.dev.js",
"build": "webpack --config webpack/webpack.build.js"
},
"description": "TeskaLabs Training UI App",
"private": true,
"browserslist": [
"defaults"
],
"dependencies": {
"@babel/core": "^7.22.11",
"@babel/runtime": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@popperjs/core": "^2.11.8",
"axios": ">=1.8.4 <1.14.1",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"date-fns": "^4.1.0",
"i18next": "^25.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^16.0.0",
"@microlink/react-json-view": "^1.26.2",
"react-router": "^7.8.2",
"reactstrap": "^9.2.0",
"i18next-browser-languagedetector": "^8.2.0",
"asab_webui_components": "^27.1.1",
"asab_webui_shell": "^27.1.1"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"argparse": "^2.0.1",
"babel-loader": "^10.0.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.0",
"postcss": "^8.4.19",
"postcss-loader": "^8.2.0",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.82.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}