bookmarks/package.json

94 lines
2.9 KiB
JSON

{
"name": "bookmarks",
"version": "4.3.0",
"main": "js/index.js",
"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",
"serve": "NODE_ENV=development webpack serve --progress --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": "git+https://github.com/nextcloud/bookmarks.git"
},
"bugs": {
"url": "https://github.com/nextcloud/bookmarks/issues"
},
"homepage": "https://github.com/nextcloud/bookmarks#readme",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^1.2.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^3.7.2",
"@nextcloud/vue-dashboard": "^1.0.1",
"async-parallel": "^1.2.3",
"clone-deep": "^4.0.1",
"copy-text-to-clipboard": "^3.0.1",
"humanize-duration": "^3.25.2",
"sanitize-html": "^2.3.2",
"lodash": "^4.17.21",
"vue": "^2.6.12",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^4.11.0",
"vue-router": "^3.5.1",
"vue-simple-progress": "^1.1.1",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.13.15",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.5.0",
"@nextcloud/webpack-vue-config": "^4",
"@vue/test-utils": "^1.1.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^4.3.0",
"eslint": "^7.22.0",
"eslint-config-standard": "^14.1.1",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"node-polyfill-webpack-plugin": "^1.1.0",
"node-sass": "^4.14.1",
"sass": "^1.32.8",
"sass-loader": "^10.0.5",
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.19.0",
"stylelint-webpack-plugin": "^2.1.1",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": ">=10.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}