bookmarks/package.json

66 lines
1.9 KiB
JSON

{
"name": "bookmarks",
"version": "2.0.3",
"main": "js/index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js",
"watch": "webpack --progress --watch --config webpack.dev.js",
"build": "webpack --progress --hide-modules --config webpack.prod.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": {
"@babel/polyfill": "^7.4.4",
"nextcloud-axios": "^0.2.0",
"nextcloud-server": "^0.15.10",
"nextcloud-vue": "^0.11.5",
"uuid": "^3.3.2",
"vue": "^2.6.10",
"vue-click-outside": "^1.0.7",
"vue-router": "^3.0.7",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.1.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^4.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.9.2",
"stylelint-webpack-plugin": "^0.10.5",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.5",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
}
}