Commits on Source (17)
-
Dillon Scott Fitzgerald authored
Update alpha with recent changes See merge request !70
8b3bb174 -
Dillon Scott Fitzgerald authored4b0d000c
-
Dillon Scott Fitzgerald authored
Change Decay search to be case insensitive See merge request !71
7acbbf4c -
Dillon Scott Fitzgerald authored
Remove python file generation from Ntuple Wizard -- it will be handled in the Ntupling Service backend
ebb6d4a1 -
Dillon Scott Fitzgerald authoreddfa1125e
-
Dillon Scott Fitzgerald authored
Remove python file generation from Ntuple Wizard See merge request !73
9e27deca -
Dillon Scott Fitzgerald authoredd209dc63
-
Dillon Scott Fitzgerald authored
Migrate from Create React App to Vite See merge request !74
caff79fd -
Dillon Scott Fitzgerald authored2e92c3a4
-
Dillon Scott Fitzgerald authored
Prepare npm release 1.0.3 See merge request !75
79355d52 -
Dillon Scott Fitzgerald authored
Update master with changes to alpha See merge request !76
1f1a7d4b -
Dillon Scott Fitzgerald authored
Fix build and pages ci rules since switching to vite -- it creates a dist directory rather than a build directory for the build phase.
a04e9a26 -
Dillon Scott Fitzgerald authored
Fix build and pages ci rules since switching to vite -- it creates a dist... See merge request !77
eee9b904 -
Dillon Scott Fitzgerald authored
Patch master with CI fix from alpha See merge request !78
69cc3a63 -
Dillon Scott Fitzgerald authored
Remove type: module from package.json, as it was causing problems when integrating with the Ntupling Service
22ff637f -
Dillon Scott Fitzgerald authored
Fix issue with npm release See merge request !79
320c7ae8 -
Dillon Scott Fitzgerald authored
Update package.json from alpha branch to fix npm bug See merge request !80
54873dad
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- index.html 24 additions, 21 deletionsindex.html
- package-lock.json 2078 additions, 16191 deletionspackage-lock.json
- package.json 8 additions, 7 deletionspackage.json
- src/components/LinesTable.jsx 1 addition, 43 deletionssrc/components/LinesTable.jsx
- src/components/SelectParticle.jsx 1 addition, 1 deletionsrc/components/SelectParticle.jsx
- src/config.json 1 addition, 14 deletionssrc/config.json
- src/index.jsx 0 additions, 0 deletionssrc/index.jsx
- src/lib/BKPath.jsx 0 additions, 0 deletionssrc/lib/BKPath.jsx
- src/lib/DTTConfig.jsx 0 additions, 0 deletionssrc/lib/DTTConfig.jsx
- src/lib/analysisHelpers.jsx 0 additions, 0 deletionssrc/lib/analysisHelpers.jsx
- src/lib/mathjax.jsx 0 additions, 0 deletionssrc/lib/mathjax.jsx
- src/lib/utils.jsx 0 additions, 0 deletionssrc/lib/utils.jsx
- vite.config.js 18 additions, 0 deletionsvite.config.js
This diff is collapsed.
{ | ||
"name": "lhcb-ntuple-wizard", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"description": "An application to access large-scale open data from LHCb", | ||
"url": "https://gitlab.cern.ch/lhcb-dpa/wp6-analysis-preservation-and-open-data/lhcb-ntuple-wizard-frontend/issues", | ||
"private": false, | ||
... | ... | @@ -11,11 +11,13 @@ |
"README.md" | ||
], | ||
"dependencies": { | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"bootstrap": "^5.1.3", | ||
"email-validator": "^2.0.4", | ||
"js-yaml": "^4.1.0", | ||
"jszip": "^3.7.1", | ||
"lodash": "^4.17.21", | ||
"lodash.memoize": "^4.1.2", | ||
"mathjax-react": "^2.0.1", | ||
"pako": "^2.1.0", | ||
"react": "^17.0.2", | ||
... | ... | @@ -25,17 +27,16 @@ |
"react-graph-vis": "^1.0.7", | ||
"react-infinite-scroll-component": "^6.1.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "^5.0.1", | ||
"react-select": "^4.3.1" | ||
"react-select": "^4.3.1", | ||
"vite": "^5.1.1" | ||
}, | ||
"overrides": { | ||
"autoprefixer": "10.4.5" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"start": "vite --open", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"transpile": "babel src -d dist --copy-files", | ||
"prepublishOnly": "npm run transpile" | ||
}, | ||
... | ... |
File moved
File moved
File moved
File moved
File moved
vite.config.js
0 → 100644