|
25 | 25 | "license": "agpl", |
26 | 26 | "private": true, |
27 | 27 | "scripts": { |
28 | | - "dev": "NODE_ENV=development webpack --config webpack.dev.js", |
29 | | - "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js", |
30 | | - "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js", |
| 28 | + "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js", |
| 29 | + "dev": "NODE_ENV=development webpack --progress --config webpack.js", |
| 30 | + "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", |
31 | 31 | "lint": "eslint --ext .js,.vue src", |
32 | 32 | "lint:fix": "eslint --ext .js,.vue src --fix", |
33 | 33 | "stylelint": "stylelint src", |
|
37 | 37 | "wait-on": "wait-on -i 500 -t 300000" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@nextcloud/auth": "^1.2.3", |
| 40 | + "@nextcloud/auth": "^1.3.0", |
41 | 41 | "@nextcloud/axios": "^1.3.2", |
42 | | - "@nextcloud/router": "^1.0.2", |
| 42 | + "@nextcloud/router": "^1.1.0", |
43 | 43 | "@nextcloud/vue": "^1.5.0", |
44 | 44 | "camelcase": "^6.0.0", |
45 | 45 | "core-js": "^3.6.5", |
|
62 | 62 | "node": ">=10.0.0" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@babel/core": "^7.9.6", |
66 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 65 | + "@babel/core": "^7.10.4", |
| 66 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
67 | 67 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
68 | | - "@babel/preset-env": "^7.9.6", |
| 68 | + "@babel/preset-env": "^7.10.4", |
69 | 69 | "@nextcloud/browserslist-config": "^1.0.0", |
70 | | - "@nextcloud/eslint-config": "^1.0.0", |
| 70 | + "@nextcloud/eslint-config": "^2.2.0", |
71 | 71 | "@nextcloud/eslint-plugin": "^1.4.0", |
| 72 | + "@nextcloud/webpack-vue-config": "^1.1.0", |
72 | 73 | "babel-eslint": "^10.1.0", |
73 | 74 | "babel-loader": "^8.1.0", |
| 75 | + "babel-loader-exclude-node-modules-except": "^1.0.3", |
74 | 76 | "browserslist-config-nextcloud": "0.1.0", |
75 | | - "css-loader": "^3.5.3", |
| 77 | + "css-loader": "^3.6.0", |
76 | 78 | "cypress": "^3.8.3", |
77 | 79 | "cypress-image-snapshot": "^3.1.1", |
78 | | - "eslint": "^5.16.0", |
79 | | - "eslint-config-standard": "^12.0.0", |
80 | | - "eslint-import-resolver-webpack": "^0.12.1", |
81 | | - "eslint-loader": "^3.0.4", |
82 | | - "eslint-plugin-import": "^2.20.2", |
83 | | - "eslint-plugin-node": "^10.0.0", |
| 80 | + "eslint": "^6.8.0", |
| 81 | + "eslint-config-standard": "^14.1.1", |
| 82 | + "eslint-import-resolver-webpack": "^0.12.2", |
| 83 | + "eslint-loader": "^4.0.2", |
| 84 | + "eslint-plugin-import": "^2.21.2", |
| 85 | + "eslint-plugin-node": "^11.1.0", |
84 | 86 | "eslint-plugin-promise": "^4.2.1", |
85 | 87 | "eslint-plugin-standard": "^4.0.1", |
86 | | - "eslint-plugin-vue": "^5.2.3", |
| 88 | + "eslint-plugin-vue": "^6.2.2", |
87 | 89 | "file-loader": "^6.0.0", |
88 | 90 | "jest": "^24.9.0", |
89 | | - "node-sass": "^4.14.0", |
| 91 | + "node-sass": "^4.14.1", |
90 | 92 | "sass-loader": "^8.0.2", |
91 | | - "stylelint": "^8.4.0", |
92 | | - "stylelint-config-recommended-scss": "^3.3.0", |
93 | | - "stylelint-scss": "^3.17.1", |
94 | | - "stylelint-webpack-plugin": "^0.10.5", |
| 93 | + "stylelint": "^13.6.1", |
| 94 | + "stylelint-config-recommended-scss": "^4.2.0", |
| 95 | + "stylelint-scss": "^3.18.0", |
| 96 | + "stylelint-webpack-plugin": "^2.1.0", |
95 | 97 | "url-loader": "^4.1.0", |
96 | | - "vue-loader": "^15.9.2", |
| 98 | + "vue-loader": "^15.9.3", |
97 | 99 | "vue-template-compiler": "^2.6.11", |
98 | 100 | "webpack": "^4.43.0", |
99 | | - "webpack-cli": "^3.3.11", |
100 | | - "webpack-merge": "^4.2.2", |
101 | | - "webpack-node-externals": "^1.7.2" |
| 101 | + "webpack-cli": "^3.3.12", |
| 102 | + "webpack-merge": "^5.0.9" |
102 | 103 | } |
103 | 104 | } |
0 commit comments