Commits on Source (6)
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
Cleanup See merge request !1
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
Showing
- chart.ts 20 additions, 20 deletionschart.ts
- events.ts 102 additions, 103 deletionsevents.ts
- fs.test.ts 24 additions, 25 deletionsfs.test.ts
- fs.ts 12 additions, 12 deletionsfs.ts
- image.ts 44 additions, 46 deletionsimage.ts
- importFile.ts 26 additions, 23 deletionsimportFile.ts
- index.php 1 addition, 4 deletionsindex.php
- package-lock.json 103 additions, 718 deletionspackage-lock.json
- package.json 2 additions, 5 deletionspackage.json
- start.ts 0 additions, 4 deletionsstart.ts
- tsconfig.json 0 additions, 4 deletionstsconfig.json
- utility.ts 0 additions, 0 deletionsutility.ts
This diff is collapsed.
... | ... | @@ -5,16 +5,11 @@ |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@types/bootstrap-treeview": "^1.20.0", | ||
"@types/dygraphs": "^1.1.7", | ||
"assert": "latest", | ||
"bootstrap": "v3.3.7", | ||
"bootstrap-select": "^1.12.4", | ||
"bootstrap-slider": "^10.0.0", | ||
"bootstrap-tooltip": "^3.1.1", | ||
"bootstrap-treeview": "^1.2.0", | ||
"bower": "^1.8.4", | ||
"connect": "^3.6.6", | ||
"dygraphs": "^2.0.0", | ||
"jquery": "^3.3.1" | ||
}, | ||
... | ... | @@ -25,7 +20,9 @@ |
"url": "https://baltig.infn.it/chnet/XRF-App.git" | ||
}, | ||
"devDependencies": { | ||
"@types/dygraphs": "^1.1.8", | ||
"@types/jest": "^21.1.6", | ||
"@types/jquery": "^3.3.4", | ||
"@types/node": "^8.10.18", | ||
"jest": "^21.2.1", | ||
"ts-jest": "^21.2.2", | ||
... | ... |
File moved