зеркало из https://github.com/nextcloud/forms.git
88 строки
2.6 KiB
JSON
88 строки
2.6 KiB
JSON
{
|
|
"name": "forms",
|
|
"description": "Forms app for nextcloud",
|
|
"version": "2.0.0-beta1",
|
|
"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.prod.js",
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.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.2.3",
|
|
"@nextcloud/axios": "^1.3.2",
|
|
"@nextcloud/dialogs": "^1.2.2",
|
|
"@nextcloud/event-bus": "^1.1.4",
|
|
"@nextcloud/initial-state": "^1.1.2",
|
|
"@nextcloud/l10n": "^1.2.3",
|
|
"@nextcloud/moment": "^1.1.1",
|
|
"@nextcloud/router": "^1.0.2",
|
|
"@nextcloud/vue": "^2.0.0",
|
|
"core-js": "^3.6.5",
|
|
"crypto-js": "^4.0.0",
|
|
"debounce": "^1.2.0",
|
|
"json2csv": "5.0.1",
|
|
"p-debounce": "^2.1.0",
|
|
"p-queue": "^6.3.0",
|
|
"regenerator-runtime": "^0.13.5",
|
|
"v-click-outside": "^3.0.1",
|
|
"vue": "^2.6.11",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-router": "^3.1.6",
|
|
"vuedraggable": "^2.23.2"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.9.6",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"@nextcloud/eslint-config": "^2.0.0",
|
|
"@nextcloud/eslint-plugin": "^1.4.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^3.5.3",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-import-resolver-webpack": "^0.12.1",
|
|
"eslint-loader": "^3.0.4",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"file-loader": "^6.0.0",
|
|
"node-sass": "^4.14.0",
|
|
"sass-loader": "^8.0.2",
|
|
"stylelint": "^13.3.3",
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
|
"stylelint-scss": "^3.17.1",
|
|
"stylelint-webpack-plugin": "^1.2.3",
|
|
"url-loader": "^4.1.0",
|
|
"vue-loader": "^15.9.2",
|
|
"vue-style-loader": "^4.1.1",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^4.2.2"
|
|
}
|
|
}
|