2019-05-14 02:15:45 +03:00
|
|
|
{
|
|
|
|
"name": "forms",
|
|
|
|
"description": "Forms app for nextcloud",
|
2020-04-04 10:29:08 +03:00
|
|
|
"version": "1.2.0",
|
2019-05-14 02:15:45 +03:00
|
|
|
"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": {
|
2019-09-03 12:58:51 +03:00
|
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
2020-03-24 13:42:56 +03:00
|
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
|
2019-09-03 12:58:51 +03:00
|
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
2019-05-14 02:15:45 +03:00
|
|
|
"lint": "eslint --ext .js,.vue src",
|
|
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
2019-09-03 12:58:51 +03:00
|
|
|
"stylelint": "stylelint src",
|
|
|
|
"stylelint:fix": "stylelint src --fix",
|
2019-05-14 02:15:45 +03:00
|
|
|
"test": "jest",
|
|
|
|
"test:coverage": "jest --coverage"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-04-12 04:20:25 +03:00
|
|
|
"@nextcloud/auth": "^1.2.3",
|
2020-03-22 05:18:20 +03:00
|
|
|
"@nextcloud/axios": "^1.3.2",
|
2020-03-20 14:22:07 +03:00
|
|
|
"@nextcloud/dialogs": "^1.2.2",
|
2020-04-12 05:42:56 +03:00
|
|
|
"@nextcloud/l10n": "^1.2.3",
|
2020-04-12 04:16:19 +03:00
|
|
|
"@nextcloud/moment": "^1.1.1",
|
2020-03-20 14:22:07 +03:00
|
|
|
"@nextcloud/router": "^1.0.2",
|
2020-04-12 04:48:27 +03:00
|
|
|
"@nextcloud/vue": "^1.5.0",
|
2020-03-21 21:07:46 +03:00
|
|
|
"debounce": "^1.2.0",
|
2020-03-22 05:31:26 +03:00
|
|
|
"json2csv": "5.0.0",
|
2019-12-15 05:14:13 +03:00
|
|
|
"vue": "^2.6.11",
|
2019-09-03 04:18:07 +03:00
|
|
|
"vue-clipboard2": "^0.3.1",
|
2020-02-28 14:07:43 +03:00
|
|
|
"vue-router": "^3.1.6"
|
2019-05-14 02:15:45 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2020-02-26 15:39:43 +03:00
|
|
|
"extends @nextcloud/browserslist-config"
|
2019-05-14 02:15:45 +03:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-22 05:31:27 +03:00
|
|
|
"@babel/core": "^7.9.0",
|
2020-01-19 18:29:15 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2020-04-12 04:15:01 +03:00
|
|
|
"@babel/preset-env": "^7.9.5",
|
2020-02-26 15:39:43 +03:00
|
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
2020-03-27 13:39:00 +03:00
|
|
|
"@nextcloud/eslint-config": "^2.0.0",
|
2020-02-26 15:39:43 +03:00
|
|
|
"@nextcloud/eslint-plugin": "^1.1.0",
|
2020-02-28 14:08:34 +03:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-03-22 05:15:18 +03:00
|
|
|
"babel-loader": "^8.1.0",
|
2020-04-12 04:18:21 +03:00
|
|
|
"css-loader": "^3.5.2",
|
2020-03-27 13:39:00 +03:00
|
|
|
"eslint": "^6.8.0",
|
2020-02-26 15:39:43 +03:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
2020-01-13 13:32:30 +03:00
|
|
|
"eslint-import-resolver-webpack": "^0.12.1",
|
2020-04-05 04:25:56 +03:00
|
|
|
"eslint-loader": "^3.0.4",
|
2020-04-05 04:14:49 +03:00
|
|
|
"eslint-plugin-import": "^2.20.2",
|
2020-03-29 04:15:52 +03:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2019-09-03 12:58:51 +03:00
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2020-03-27 13:39:00 +03:00
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
2020-03-22 05:19:10 +03:00
|
|
|
"file-loader": "^6.0.0",
|
2020-01-19 05:14:58 +03:00
|
|
|
"node-sass": "^4.13.1",
|
2020-01-19 18:21:32 +03:00
|
|
|
"sass-loader": "^8.0.2",
|
2019-09-03 12:58:51 +03:00
|
|
|
"stylelint": "^8.4.0",
|
|
|
|
"stylelint-config-recommended-scss": "^3.3.0",
|
2020-04-12 04:15:43 +03:00
|
|
|
"stylelint-scss": "^3.16.1",
|
2019-05-14 02:15:45 +03:00
|
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
2020-04-12 04:38:08 +03:00
|
|
|
"url-loader": "^4.1.0",
|
2020-03-22 05:14:41 +03:00
|
|
|
"vue-loader": "^15.9.1",
|
2019-05-14 02:15:45 +03:00
|
|
|
"vue-style-loader": "^4.1.1",
|
2019-12-15 05:14:13 +03:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2020-03-29 04:14:46 +03:00
|
|
|
"webpack": "^4.42.1",
|
2020-02-16 05:15:35 +03:00
|
|
|
"webpack-cli": "^3.3.11",
|
2019-09-03 12:58:51 +03:00
|
|
|
"webpack-merge": "^4.2.2"
|
2019-05-14 02:15:45 +03:00
|
|
|
}
|
|
|
|
}
|