mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
84 lines
2.6 KiB
JSON
84 lines
2.6 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 --hide-modules --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 **/*.css **/*.scss **/*.vue",
|
|
"stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --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"
|
|
],
|
|
"dependencies": {
|
|
"@nextcloud/router": "^1.1.0",
|
|
"@nextcloud/auth": "^1.3.0",
|
|
"@nextcloud/vue": "^2.6.6",
|
|
"@nextcloud/webpack-vue-config": "^1.4.0",
|
|
"@nextcloud/vue-dashboard": "^1.0.1",
|
|
"@nextcloud/axios": "^1.3.3",
|
|
"@nextcloud/dialogs": "^1.4.0",
|
|
"@nextcloud/moment": "^1.1.1",
|
|
"@nextcloud/l10n": "1.4.0",
|
|
"@nextcloud/initial-state": "^1.1.2",
|
|
"vue": "^2.6.11",
|
|
"vue-types": "^1.7.0",
|
|
"vuex": "^3.5.1",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue2-transitions": "^0.3.0",
|
|
"vue-awesome-countdown": "^1.0.26"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/eslint-config": "^2.2.0",
|
|
"@nextcloud/eslint-plugin": "^1.4.0",
|
|
"stylelint-webpack-plugin": "^2.1.0",
|
|
"stylelint": "^13.6.1",
|
|
"webpack-merge": "^5.1.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^4.2.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-import-resolver-webpack": "^0.12.2",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"vue-loader": "^15.9.1",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"node-sass": "^4.14.1",
|
|
"sass-loader": "^8.0.2",
|
|
"style-loader": "^1.2.1",
|
|
"url-loader": "^4.1.0",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|