Newer
Older
"version": "1.0.0",
"description": "React-based UI proto for openBIS",
"author": "Antti Luomi",
"license": "Apache-2.0",
"dependencies": {
piotr.kupczyk@id.ethz.ch
committed
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
piotr.kupczyk@id.ethz.ch
committed
"@material-ui/pickers": "^3.3.10",
"buffer": "^6.0.3",
"csv": "^6.2.5",
"date-fns": "^2.29.3",
piotr.kupczyk@id.ethz.ch
committed
"file-saver": "^2.0.5",
piotr.kupczyk@id.ethz.ch
committed
"install": "^0.13.0",
"path-to-regexp": "^6.2.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"re-resizable": "^6.9.9",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^16.14.0",
"react-simple-code-editor": "^0.13.1",
"stream-browserify": "^3.0.0",
"typeface-roboto": "^1.1.13"
"@babel/core": "^7.20.7",
piotr.kupczyk@id.ethz.ch
committed
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"auto-bind": "^5.0.1",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.0",
"babel-plugin-transform-amd-to-commonjs": "^1.6.0",
piotr.kupczyk@id.ethz.ch
committed
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
piotr.kupczyk@id.ethz.ch
committed
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.0",
piotr.kupczyk@id.ethz.ch
committed
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-junit": "^15.0.0",
"prettier": "^2.8.1",
piotr.kupczyk@id.ethz.ch
committed
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"react-hot-loader": "^4.13.1",
piotr.kupczyk@id.ethz.ch
committed
"react-loader": "^2.4.7",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
"dev": "webpack-dev-server --hot --config webpack.config.dev.js",
"build": "webpack-cli --config webpack.config.js",
"components": "webpack-cli --config webpack.config.components.js",
piotr.kupczyk@id.ethz.ch
committed
"lint": "eslint --ext .js,.jsx src/js srcTest/js",
"lint:fix": "eslint --ext .js,.jsx src/js srcTest/js --fix",
"test": "jest",
piotr.kupczyk@id.ethz.ch
committed
"test:debug": "node --inspect=9229 ./node_modules/.bin/jest --runInBand",