-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.34 KB
/
package.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@libamtrack/web",
"version": "0.1.0",
"private": false,
"description": "Libamtrack Web Gui",
"homepage": "https://libamtrack.github.io/web",
"repository": "https://github.com/libamtrack/web",
"scripts": {
"watch": "webpack --watch",
"start": "webpack serve --compress --mode development --open",
"build": "webpack --mode production",
"transpile": "babel src -d dist --copy-files",
"predeploy": "npm run build",
"dev": "webpack --mode development",
"deploy": "gh-pages -d dist"
},
"keywords": [
"libamtrack",
"library",
"web",
"interface",
"plot",
"computational",
"routines",
"prediction",
"detector",
"response",
"radiobiological",
"efficiency",
"heavy",
"charged",
"particle",
"beams",
"research",
"proton",
"ion",
"dosimetry",
"radiotherapy",
"provides",
"auxiliary"
],
"author": "Arkadiusz Dudzik, Piotr Zmilczak, Leszek Grzanka",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.21.0",
"babel-loader": "9.1.3",
"copy-webpack-plugin": "11.0.0",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.7.3",
"file-loader": "6.2.0",
"gh-pages": "6.2.0",
"html-webpack-plugin": "5.5.1",
"linspace": "1.0.2",
"logspace": "1.0.3",
"plotly.js": "2.34.0",
"react-bootstrap": "^2.7.3",
"react-plotly.js": "^2.6.0",
"recursive-readdir": "2.2.3",
"style-loader": "3.3.2",
"webpack": "5.81.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "5.0.4",
"acorn": "^8.12.1"
},
"dependencies": {
"antd": "^3.26.20",
"@ant-design/compatible": "^1.1.2",
"@ant-design/icons": "^5.0.1",
"babel-plugin-wildcard": "^7.0.0",
"bootstrap": "5.2.3",
"jquery": "1.9.1 - 3",
"plotly.js-basic-dist": "2.20.0",
"popper.js": "^1.16.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-load-script": "0.0.6",
"react-router": "6.14.2",
"react-router-dom": "5.3.0",
"file-saver": "^2.0.5"
},
"resolutions": {
"@babel/runtime": "^7.12.5"
}
}