{ "scripts": { "dev": "webpack --colors --display-error-details --config webpack.dev.config.js --watch", "build": "webpack --colors --display-error-details --config webpack.prod.config.js" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-transform-arrow-functions": "^7.2.0", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "@types/bootstrap": "^4.3.1", "@types/jquery": "^3.3.30", "@types/react": "^16.8.23", "@types/react-dom": "^16.8.4", "@types/webpack": "^4.4.35", "@types/webpack-env": "^1.14.0", "autoprefixer-loader": "^3.2.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.6", "babel-plugin-transform-class-properties": "^6.24.1", "babel-polyfill": "^6.26.0", "browserslist-config-nextcloud": "0.0.1", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.0.0", "eslint-plugin-react": "^7.14.2", "less": "^3.9.0", "less-loader": "^5.0.0", "mini-css-extract-plugin": "^0.7.0", "postcss-cssnext": "^3.1.0", "postcss-loader": "^3.0.0", "postcss-nested": "^4.1.2", "react-hot-loader": "4.11.1", "style-loader": "^0.23.1", "ts-loader": "^6.0.4", "typescript": "^3.5.3", "url-loader": "^2.0.1", "vue-loader": "^15.7.0", "vue-template-compiler": "^2.6.10", "webpack": "^4.35.3", "webpack-cli": "^3.3.6", "webpack-dev-server": "^3.7.2" }, "dependencies": { "less": "^3.9.0", "less-loader": "^5.0.0", "nextcloud-server": "^0.15.10", "nextcloud-vue": "^0.11.5", "oc-react-components": "^0.2.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-flip-move": "^3.0.3", "react-select": "^3.0.4", "vue": "^2.6.10", "whatwg-fetch": "^3.0.0" } }