-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Julius Härtl <[email protected]>
- Loading branch information
1 parent
c3e2aec
commit 6cda378
Showing
3 changed files
with
135 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,107 +1,107 @@ | ||
{ | ||
"name": "deck", | ||
"description": "", | ||
"version": "1.10.0-dev", | ||
"authors": [ | ||
{ | ||
"name": "Julius Härtl", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Michael Weimann", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"license": "agpl", | ||
"private": true, | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack --progress --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", | ||
"lint:cypress": "eslint --ext .js cypress", | ||
"stylelint": "stylelint src", | ||
"stylelint:fix": "stylelint src --fix", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/runtime": "^7.21.5", | ||
"@nextcloud/auth": "^2.0.0", | ||
"@nextcloud/axios": "^2.3.0", | ||
"@nextcloud/dialogs": "^4.0.1", | ||
"@nextcloud/event-bus": "^3.0.2", | ||
"@nextcloud/files": "^2.1.0", | ||
"@nextcloud/initial-state": "^2.0.0", | ||
"@nextcloud/l10n": "^2.1.0", | ||
"@nextcloud/moment": "^1.2.1", | ||
"@nextcloud/notify_push": "^1.1.3", | ||
"@nextcloud/router": "^2.1.1", | ||
"@nextcloud/vue": "^7.11.3", | ||
"blueimp-md5": "^2.19.0", | ||
"dompurify": "^3.0.2", | ||
"lodash": "^4.17.21", | ||
"markdown-it": "^13.0.1", | ||
"markdown-it-link-attributes": "^4.0.1", | ||
"markdown-it-task-checkbox": "^1.0.6", | ||
"moment": "^2.29.4", | ||
"nextcloud-vue-collections": "^0.11.1", | ||
"p-queue": "^7.3.4", | ||
"url-search-params-polyfill": "^8.1.1", | ||
"vue": "^2.7.14", | ||
"vue-at": "^2.5.1", | ||
"vue-click-outside": "^1.1.0", | ||
"vue-easymde": "^2.0.0", | ||
"vue-infinite-loading": "^2.4.5", | ||
"vue-material-design-icons": "^5.2.0", | ||
"vue-router": "^3.6.5", | ||
"vue-smooth-dnd": "^0.8.1", | ||
"vuex": "^3.6.2", | ||
"vuex-router-sync": "^5.0.0" | ||
}, | ||
"browserslist": [ | ||
"extends @nextcloud/browserslist-config" | ||
], | ||
"engines": { | ||
"node": "^16.0.0", | ||
"npm": "^7.0.0 || ^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@nextcloud/babel-config": "^1.0.0", | ||
"@nextcloud/browserslist-config": "^2.3.0", | ||
"@nextcloud/cypress": "^1.0.0-beta.2", | ||
"@nextcloud/eslint-config": "^8.2.1", | ||
"@nextcloud/stylelint-config": "^2.3.0", | ||
"@nextcloud/webpack-vue-config": "^5.5.1", | ||
"@relative-ci/agent": "^4.1.4", | ||
"@vue/test-utils": "^1.3.5", | ||
"@vue/vue2-jest": "^29.2.4", | ||
"cypress": "^12.11.0", | ||
"eslint-plugin-cypress": "^2.13.3", | ||
"eslint-webpack-plugin": "^4.0.1", | ||
"jest": "^29.5.0", | ||
"jest-serializer-vue": "^3.1.0", | ||
"stylelint-webpack-plugin": "^4.1.1", | ||
"vue-template-compiler": "^2.7.14" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js", | ||
"vue" | ||
], | ||
"moduleNameMapper": { | ||
"^@/(.*)$": "<rootDir>/src/$1" | ||
}, | ||
"transform": { | ||
"^.+\\.js$": "<rootDir>/node_modules/babel-jest", | ||
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest" | ||
}, | ||
"snapshotSerializers": [ | ||
"<rootDir>/node_modules/jest-serializer-vue" | ||
] | ||
} | ||
} | ||
"name": "deck", | ||
"description": "", | ||
"version": "1.10.0-beta.1", | ||
"authors": [ | ||
{ | ||
"name": "Julius Härtl", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Michael Weimann", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"license": "agpl", | ||
"private": true, | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack --progress --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", | ||
"lint:cypress": "eslint --ext .js cypress", | ||
"stylelint": "stylelint src", | ||
"stylelint:fix": "stylelint src --fix", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/runtime": "^7.21.5", | ||
"@nextcloud/auth": "^2.0.0", | ||
"@nextcloud/axios": "^2.3.0", | ||
"@nextcloud/dialogs": "^4.0.1", | ||
"@nextcloud/event-bus": "^3.0.2", | ||
"@nextcloud/files": "^2.1.0", | ||
"@nextcloud/initial-state": "^2.0.0", | ||
"@nextcloud/l10n": "^2.1.0", | ||
"@nextcloud/moment": "^1.2.1", | ||
"@nextcloud/notify_push": "^1.1.3", | ||
"@nextcloud/router": "^2.1.1", | ||
"@nextcloud/vue": "^7.11.3", | ||
"blueimp-md5": "^2.19.0", | ||
"dompurify": "^3.0.2", | ||
"lodash": "^4.17.21", | ||
"markdown-it": "^13.0.1", | ||
"markdown-it-link-attributes": "^4.0.1", | ||
"markdown-it-task-checkbox": "^1.0.6", | ||
"moment": "^2.29.4", | ||
"nextcloud-vue-collections": "^0.11.1", | ||
"p-queue": "^7.3.4", | ||
"url-search-params-polyfill": "^8.1.1", | ||
"vue": "^2.7.14", | ||
"vue-at": "^2.5.1", | ||
"vue-click-outside": "^1.1.0", | ||
"vue-easymde": "^2.0.0", | ||
"vue-infinite-loading": "^2.4.5", | ||
"vue-material-design-icons": "^5.2.0", | ||
"vue-router": "^3.6.5", | ||
"vue-smooth-dnd": "^0.8.1", | ||
"vuex": "^3.6.2", | ||
"vuex-router-sync": "^5.0.0" | ||
}, | ||
"browserslist": [ | ||
"extends @nextcloud/browserslist-config" | ||
], | ||
"engines": { | ||
"node": "^16.0.0", | ||
"npm": "^7.0.0 || ^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@nextcloud/babel-config": "^1.0.0", | ||
"@nextcloud/browserslist-config": "^2.3.0", | ||
"@nextcloud/cypress": "^1.0.0-beta.2", | ||
"@nextcloud/eslint-config": "^8.2.1", | ||
"@nextcloud/stylelint-config": "^2.3.0", | ||
"@nextcloud/webpack-vue-config": "^5.5.1", | ||
"@relative-ci/agent": "^4.1.4", | ||
"@vue/test-utils": "^1.3.5", | ||
"@vue/vue2-jest": "^29.2.4", | ||
"cypress": "^12.11.0", | ||
"eslint-plugin-cypress": "^2.13.3", | ||
"eslint-webpack-plugin": "^4.0.1", | ||
"jest": "^29.5.0", | ||
"jest-serializer-vue": "^3.1.0", | ||
"stylelint-webpack-plugin": "^4.1.1", | ||
"vue-template-compiler": "^2.7.14" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js", | ||
"vue" | ||
], | ||
"moduleNameMapper": { | ||
"^@/(.*)$": "<rootDir>/src/$1" | ||
}, | ||
"transform": { | ||
"^.+\\.js$": "<rootDir>/node_modules/babel-jest", | ||
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest" | ||
}, | ||
"snapshotSerializers": [ | ||
"<rootDir>/node_modules/jest-serializer-vue" | ||
] | ||
} | ||
} |