memories/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2022-08-14 20:54:18 +00:00
{
"name": "memories",
2022-08-14 20:54:18 +00:00
"description": "A better photos app",
2022-09-09 00:35:55 +00:00
"version": "1.0.1",
2022-08-14 20:54:18 +00:00
"author": "Varun Patil <radialapps@gmail.com>",
"contributors": [
"Varun Patil <radialapps@gmail.com>"
],
"keywords": [
"nextcloud",
"app",
"dev",
"vuejs"
],
"bugs": {
"url": "https://github.com/pulsejet/memories/issues"
2022-08-14 20:54:18 +00:00
},
"repository": {
"url": "https://github.com/pulsejet/memories.git",
2022-08-14 20:54:18 +00:00
"type": "git"
},
"homepage": "https://github.com/pulsejet/memories",
2022-08-14 20:54:18 +00:00
"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",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix"
},
"dependencies": {
"@nextcloud/l10n": "^1.6.0",
2022-09-08 23:23:28 +00:00
"@nextcloud/vue": "^6.0.0-beta.6",
2022-08-15 21:41:05 +00:00
"path-posix": "^1.0.0",
2022-09-08 23:23:28 +00:00
"vue": "^2.7.10",
2022-08-16 01:12:14 +00:00
"vue-router": "^3.5.4",
2022-08-15 21:41:05 +00:00
"vue-virtual-scroller": "^1.0.10",
2022-09-08 23:23:28 +00:00
"webdav": "^4.11.0"
2022-08-14 20:54:18 +00:00
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/webpack-vue-config": "^5.3.0"
}
}