mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
87 lines
2.7 KiB
JSON
87 lines
2.7 KiB
JSON
{
|
|
"name": "integration_moodle",
|
|
"version": "0.0.1",
|
|
"description": "Moodle integration",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"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",
|
|
"stylelint": "stylelint src",
|
|
"stylelint:fix": "stylelint src --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nextcloud/integration_moodle"
|
|
},
|
|
"keywords": [
|
|
"moodle"
|
|
],
|
|
"author": "Julien Veyssier",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/integration_moodle/issues"
|
|
},
|
|
"homepage": "https://github.com/nextcloud/integration_moodle",
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^1.3.0",
|
|
"@nextcloud/axios": "^1.6.0",
|
|
"@nextcloud/dialogs": "^3.1.2",
|
|
"@nextcloud/initial-state": "^1.2.0",
|
|
"@nextcloud/l10n": "^1.4.1",
|
|
"@nextcloud/moment": "^1.1.1",
|
|
"@nextcloud/router": "^2.0.0",
|
|
"@nextcloud/vue": "^3.10.1",
|
|
"@nextcloud/vue-dashboard": "^2.0.1",
|
|
"vue": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.6",
|
|
"@babel/eslint-parser": "^7.14.7",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.14.7",
|
|
"@nextcloud/browserslist-config": "^2.1.0",
|
|
"@nextcloud/eslint-config": "^5.1.0",
|
|
"@nextcloud/eslint-plugin": "^2.0.0",
|
|
"@nextcloud/webpack-vue-config": "^4.0.3",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"css-loader": "^4.3.0",
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"eslint-plugin-vue": "^7.11.1",
|
|
"eslint-webpack-plugin": "^2.5.4",
|
|
"file-loader": "^6.2.0",
|
|
"node-polyfill-webpack-plugin": "^1.1.3",
|
|
"node-sass": "^5.0.0",
|
|
"sass": "^1.35.1",
|
|
"sass-loader": "^10.2.0",
|
|
"style-loader": "^2.0.0",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
|
"stylelint-scss": "^3.19.0",
|
|
"stylelint-webpack-plugin": "^2.2.1",
|
|
"url-loader": "^4.1.1",
|
|
"vue-loader": "^15.9.7",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack": "^5.40.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-node-externals": "^3.0.0"
|
|
}
|
|
}
|