Merge branch '709-node-corpus-import-file-dialog-improvements' into 'dev'
Resolve "[Node Corpus] Import file dialog improvements" and uniformize the node settings tabs Closes #709 See merge request !494
Showing
... | ... | @@ -6,8 +6,8 @@ |
"bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps", | ||
"build-dev": "spago bundle --module Main --outfile dist/bundle.min.js", | ||
"watch": "watchexec -e purs -- npm run build-dev", | ||
"css": "$npm_execpath css-themes", | ||
"css-themes": "$npm_execpath css-default-theme && $npm_execpath css-dark-theme && $npm_execpath css-darkster-theme && $npm_execpath css-greyson-theme && $npm_execpath css-herbie-theme && $npm_execpath css-monotony-theme", | ||
"css": "npm run css-themes", | ||
"css-themes": "npm run css-default-theme && npm run css-dark-theme && npm run css-darkster-theme && npm run css-greyson-theme && npm run css-herbie-theme && npm run css-monotony-theme", | ||
"css-default-theme": "sass src/sass/themes/default.scss:dist/styles/bootstrap-default.css", | ||
"css-dark-theme": "cp node_modules/bootstrap-dark/src/bootstrap-dark.css dist/styles/bootstrap-dark.css", | ||
"css-darkster-theme": "sass src/sass/themes/darkster.scss:dist/styles/bootstrap-darkster.css", | ||
... | ... | @@ -56,9 +56,11 @@ |
"http-proxy-middleware": "^3.0.3", | ||
"immer": "~9.0.5", | ||
"isomorphic-unfetch": "~3.1.0", | ||
"jszip": "^3.10.1", | ||
"markdown-it": "~13.0.1", | ||
"minify": "^11.3.0", | ||
"prop-types": "~15.6.2", | ||
"purs-tidy": "^0.11.0", | ||
"react": "~18.2.0", | ||
"react-awesome-popover": "~6.1.1", | ||
"react-bootstrap": "~1.5.2", | ||
... | ... |
This diff is collapsed.
src/Gargantext/Utils/ZIP.js
0 → 100644