groupfolders/package.json

59 lines
1.8 KiB
JSON

{
"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.8.7",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@nextcloud/browserslist-config": "^1.0.0",
"@types/bootstrap": "^4.3.1",
"@types/jquery": "^3.3.33",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/webpack": "^4.41.7",
"@types/webpack-env": "^1.15.1",
"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.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"eslint-plugin-react": "^7.19.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"react-hot-loader": "4.12.20",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"url-loader": "^3.0.0",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"less": "^3.11.1",
"less-loader": "^5.0.0",
"nextcloud-server": "^0.15.10",
"nextcloud-vue": "^0.13.0",
"oc-react-components": "^0.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-flip-move": "^3.0.4",
"react-select": "^3.0.8",
"vue": "^2.6.11",
"whatwg-fetch": "^3.0.0"
}
}