Files
therinaldos.com/wedding-pics/apps/related_resources/package.json
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

49 lines
1.3 KiB
JSON

{
"name": "related_resources",
"version": "1.3.0",
"description": "Related Resources",
"main": "main.js",
"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",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix"
},
"dependencies": {
"@nextcloud/axios": "^2.4.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/vue": "^7.12.4",
"vue": "^2.7.14"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^5.5.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/related_resources.git"
},
"keywords": [],
"author": "",
"license": "AGPL",
"bugs": {
"url": "https://github.com/nextcloud/related_resources/issues"
},
"homepage": "https://github.com/nextcloud/related_resources#readme",
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
}
}