memories/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2022-08-14 20:54:18 +00:00
{
2022-08-16 01:19:43 +00:00
"name": "polaroid",
2022-08-14 20:54:18 +00:00
"description": "A better photos app",
"version": "0.0.0",
"author": "Varun Patil <radialapps@gmail.com>",
"contributors": [
"Varun Patil <radialapps@gmail.com>"
],
"keywords": [
"nextcloud",
"app",
"dev",
"vuejs"
],
"bugs": {
2022-08-16 01:19:43 +00:00
"url": "https://github.com/pulsejet/polaroid/issues"
2022-08-14 20:54:18 +00:00
},
"repository": {
2022-08-16 01:19:43 +00:00
"url": "https://github.com/pulsejet/polaroid.git",
2022-08-14 20:54:18 +00:00
"type": "git"
},
2022-08-16 01:19:43 +00:00
"homepage": "https://github.com/pulsejet/polaroid",
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",
"@nextcloud/vue": "^5.4.0",
2022-08-15 21:41:05 +00:00
"path-posix": "^1.0.0",
2022-08-14 21:38:29 +00:00
"vue": "^2.7.8",
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",
"webdav": "^4.10.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"
}
}