groupfolders/package.json
Julius Härtl 591e3f883a
Use postcss-preset-env instead of deprectated postcss-cssnext
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-04 18:43:01 +01:00

58 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.6.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@types/bootstrap": "^4.3.1",
"@types/jquery": "^3.3.31",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/webpack": "^4.39.5",
"@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.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"eslint-plugin-react": "^7.14.3",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"react-hot-loader": "4.12.12",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.6.2",
"url-loader": "^2.1.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"less": "^3.10.3",
"less-loader": "^5.0.0",
"nextcloud-server": "^0.15.10",
"nextcloud-vue": "^0.12.3",
"oc-react-components": "^0.2.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-flip-move": "^3.0.3",
"react-select": "^3.0.4",
"vue": "^2.6.10",
"whatwg-fetch": "^3.0.0"
}
}