forked from libamtrack/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.25 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
{
"name": "LibamtrackWeb",
"version": "1.0.0",
"private": false,
"description": "Libamtrack Web Gui",
"homepage": "https://libamtrack.github.io/web",
"repository": "https://github.com/libamtrack/web",
"scripts": {
"start": "webpack-dev-server --compress --mode development --open",
"startProd": "webpack-dev-server --compress --mode production --open",
"build": "webpack --mode production",
"transpile": "babel src -d dist --copy-files",
"predeploy": "npm run build",
"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",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"babel-loader": "8.0.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"copy-webpack-plugin": "5.0.3",
"css-loader": "2.1.1",
"file-loader": "3.0.1",
"gh-pages": "2.0.1",
"html-webpack-plugin": "3.2.0",
"linspace": "1.0.0",
"logspace": "1.0.1",
"react-bootstrap": "^0.32.4",
"react-plotly.js": "2.3.0",
"recursive-readdir": "2.2.2",
"style-loader": "0.23.1",
"terser": "3.14.1",
"terser-webpack-plugin": "1.2.0",
"uglifyjs-webpack-plugin": "2.1.2",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.3.1",
"webpack-dev-server": "3.3.1"
},
"dependencies": {
"@axetroy/react-download": "1.1.1",
"antd": "3.16.6",
"axios": "0.18.0",
"babel-plugin-wildcard": "5.0.0",
"bootstrap": "4.3.1",
"jquery": "3.4.0",
"plotly.js-basic-dist": "1.47.3",
"popper.js": "1.15.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-load-script": "0.0.6",
"react-router": "4.4.0-beta.8",
"react-router-dom": "4.4.0-beta.8",
"webpack-visualizer-plugin": "0.1.11"
}
}