зеркало из https://github.com/nextcloud/forms.git
124 строки
2.9 KiB
JSON
124 строки
2.9 KiB
JSON
{
|
|
"name": "forms",
|
|
"description": "Forms app for nextcloud",
|
|
"version": "1.0.3",
|
|
"authors": [
|
|
{
|
|
"name": "Vinzenz Rosenkranz",
|
|
"email": "vinzenz.rosenkranz@gmail.com",
|
|
"role": "Polls App Developer"
|
|
},
|
|
{
|
|
"name": "Rene Gieling",
|
|
"email": "github@dartcafe.de",
|
|
"role": "Polls App Developer"
|
|
},
|
|
{
|
|
"name": "Natalie Gilbert",
|
|
"role": "Forms Team Lead/Back End Developer"
|
|
},
|
|
{
|
|
"name": "Inigo Jiron",
|
|
"role": "Back End Developer/Database Specialist"
|
|
},
|
|
{
|
|
"name": "Affan Hussain",
|
|
"role": "Forms Technical Lead"
|
|
},
|
|
{
|
|
"name": "Nick Gallo",
|
|
"role": "Front End Developer"
|
|
},
|
|
{
|
|
"name": "Ajfar Huq",
|
|
"role": "Front End Developer"
|
|
},
|
|
{
|
|
"name": "Tim Sattizahn",
|
|
"role": "Forms QA Lead"
|
|
},
|
|
{
|
|
"name": "Stephan Link",
|
|
"role": "Quality Assurance"
|
|
},
|
|
{
|
|
"name": "Kameron Sheppard",
|
|
"role": "Quality Assurance"
|
|
}
|
|
],
|
|
"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,
|
|
"main": "src/js/main.js",
|
|
"scripts": {
|
|
"dev": "webpack --config webpack.dev.js",
|
|
"watch": "webpack --progress --watch --config webpack.dev.js",
|
|
"build": "webpack --progress --hide-modules --config webpack.prod.js",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"json2csv": "4.5.2",
|
|
"moment": "^2.23.0",
|
|
"nextcloud-axios": "^0.2.1",
|
|
"nextcloud-vue": "^0.12.2",
|
|
"v-click-outside": "^2.0.2",
|
|
"v-tooltip": "^2.0.0-rc.33",
|
|
"vue": "^2.6.8",
|
|
"vue-click-outside": "^1.0.7",
|
|
"vue-clipboard2": "^0.3.0",
|
|
"vue-router": "^3.0.2"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 11"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/preset-env": "^7.3.4",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.4",
|
|
"css-loader": "^2.1.0",
|
|
"eslint": "^5.14.1",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-loader": "^2.1.2",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-node": "^8.0.0",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^3.0.1",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"node-sass": "^4.11.0",
|
|
"prettier-eslint": "^8.8.2",
|
|
"raw-loader": "^1.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"stylelint": "^9.9.0",
|
|
"stylelint-config-recommended-scss": "^3.2.0",
|
|
"stylelint-scss": "^3.5.4",
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
|
"vue-loader": "^15.7.0",
|
|
"vue-style-loader": "^4.1.1",
|
|
"vue-template-compiler": "^2.6.8",
|
|
"webpack": "^4.31.0",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-merge": "^4.1.5"
|
|
}
|
|
}
|