зеркало из https://github.com/nextcloud/forms.git
90 строки
2.7 KiB
JSON
90 строки
2.7 KiB
JSON
{
|
|
"name": "forms",
|
|
"description": "Forms app for nextcloud",
|
|
"version": "2.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nextcloud/forms.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/forms/issues"
|
|
},
|
|
"homepage": "https://github.com/nextcloud/forms#readme",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js",
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint css/*.css css/*.scss src/**/*.vue",
|
|
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.vue --fix"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^1.3.0",
|
|
"@nextcloud/axios": "^1.5.0",
|
|
"@nextcloud/dialogs": "^3.1.1",
|
|
"@nextcloud/event-bus": "^1.2.0",
|
|
"@nextcloud/initial-state": "^1.2.0",
|
|
"@nextcloud/l10n": "^1.4.1",
|
|
"@nextcloud/moment": "^1.1.1",
|
|
"@nextcloud/router": "^1.2.0",
|
|
"@nextcloud/vue": "^3.3.2",
|
|
"core-js": "^3.8.1",
|
|
"crypto-js": "^4.0.0",
|
|
"debounce": "^1.2.0",
|
|
"json2csv": "5.0.5",
|
|
"p-debounce": "^2.1.0",
|
|
"p-queue": "^6.6.2",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"v-click-outside": "^3.1.2",
|
|
"v-clipboard": "^2.2.3",
|
|
"vue": "^2.6.12",
|
|
"vue-router": "^3.4.9",
|
|
"vuedraggable": "^2.24.3"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"@nextcloud/eslint-config": "^3.0.0",
|
|
"@nextcloud/eslint-plugin": "^2.0.0",
|
|
"@nextcloud/webpack-vue-config": "^2.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"css-loader": "^4.3.0",
|
|
"eslint": "^7.16.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"eslint-import-resolver-webpack": "^0.13.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.1.0",
|
|
"eslint-plugin-vue": "^7.4.0",
|
|
"eslint-webpack-plugin": "^2.4.1",
|
|
"file-loader": "^6.2.0",
|
|
"node-sass": "^5.0.0",
|
|
"sass-loader": "^10.1.0",
|
|
"style-loader": "^2.0.0",
|
|
"stylelint": "^13.8.0",
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
|
"stylelint-scss": "^3.18.0",
|
|
"stylelint-webpack-plugin": "^2.1.1",
|
|
"url-loader": "^4.1.1",
|
|
"vue-loader": "^15.9.6",
|
|
"vue-style-loader": "^4.1.1",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-merge": "^5.7.3"
|
|
}
|
|
}
|