123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "settings",
- "description": "Nextcloud settings",
- "version": "1.3.3",
- "author": "John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>",
- "license": "AGPL3",
- "private": true,
- "scripts": {
- "dev": "webpack --config webpack.dev.js",
- "watch": "webpack --progress --watch --config webpack.dev.js",
- "build": "webpack --progress --hide-modules --config webpack.prod.js"
- },
- "dependencies": {
- "@babel/polyfill": "^7.0.0",
- "lodash": "^4.17.13",
- "nextcloud-axios": "^0.1.2",
- "nextcloud-password-confirmation": "^0.4.1",
- "nextcloud-vue": "^0.3.2",
- "v-tooltip": "^2.0.0-rc.33",
- "vue": "^2.5.17",
- "vue-click-outside": "^1.0.7",
- "vue-infinite-loading": "^2.4.0",
- "vue-localstorage": "^0.6.2",
- "vue-multiselect": "^2.1.3",
- "vue-router": "^3.0.1",
- "vuex": "^3.0.1",
- "vuex-router-sync": "^5.0.0"
- },
- "browserslist": [
- "last 2 versions",
- "ie >= 11"
- ],
- "devDependencies": {
- "@babel/core": "^7.1.2",
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
- "@babel/preset-env": "^7.1.0",
- "babel-loader": "^8.0.4",
- "css-loader": "^1.0.1",
- "file-loader": "^1.1.11",
- "node-sass": "^4.10.0",
- "sass-loader": "^7.1.0",
- "vue-loader": "^15.4.2",
- "vue-template-compiler": "^2.5.17",
- "webpack": "^4.24.0",
- "webpack-cli": "^3.1.2",
- "webpack-merge": "^4.1.4"
- }
- }
|