cookbook/package.json

80 строки
2.9 KiB
JSON

{
"name": "cookbook",
"version": "0.10.2",
"description": "",
"license": "AGPL-3.0-or-later",
"author": "",
"homepage": "https://github.com/nextcloud/nextcloud-cookbook#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/nextcloud-cookbook.git"
},
"bugs": {
"url": "https://github.com/nextcloud/nextcloud-cookbook/issues"
},
"main": "src/main.js",
"scripts": {
"build": "npx webpack --node-env production --progress --config webpack.config.js",
"build-bundle-analyzer": "npx webpack --node-env development --progress --config webpack.devel.js --env BUNDLE_ANALYZER=true",
"build-dev": "npx webpack --node-env development --progress --config webpack.devel.js",
"dev": "npx webpack --node-env development --progress --watch --config webpack.devel.js",
"eslint": "npx eslint --cache --cache-strategy content 'src/**/*.{vue,js}'",
"eslint-fix": "npx eslint --cache --cache-strategy content --fix 'src/**/*.{vue,js}'",
"package-lint": "npx prettier-package-json --write ./package.json",
"prettier": "npx prettier --check src",
"prettier-fix": "npx prettier --write src",
"serve": "npx webpack serve --node-env development --progress --config webpack.config.js --env dev_server",
"stylelint": "npx stylelint src",
"stylelint-fix": "npx stylelint --fix src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@nextcloud/axios": "^2.0.0",
"@nextcloud/event-bus": "3.0.2",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.1.0",
"caret-pos": "2.0.0",
"linkifyjs": "^4.0.0",
"lozad": "^1.16.0",
"sass": "^1.5.0",
"sass-loader": "^13.0.2",
"vue": "^2.6.11",
"vue-i18n": "^8.17.1",
"vue-material-design-icons": "^5.1.2",
"vue-modal-dialogs": "3.0.0",
"vue-router": "^3.1.6",
"vue-showdown": "^2.4.1",
"vuejs-logger": "1.5.5",
"vuex": "^3.1.3"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.3.0",
"check-peer-dependencies": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^9.0.1",
"prettier": "^2.2.1",
"prettier-package-json": "^2.6.3",
"stylelint": "^14.5.3",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-scss": "^4.1.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.37.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
}