зеркало из https://github.com/nextcloud/notes.git
51 строка
1.5 KiB
JSON
51 строка
1.5 KiB
JSON
{
|
|
"name": "notes",
|
|
"homepage": "https://github.com/nextcloud/notes",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack --node-env production --progress",
|
|
"dev": "webpack --node-env development --progress",
|
|
"watch": "webpack --node-env development --progress --watch",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint 'src/**/*.vue' 'css/**/*.css'",
|
|
"stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.css' --fix"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/axios": "^2.5.0",
|
|
"@nextcloud/dialogs": "^5.3.7",
|
|
"@nextcloud/event-bus": "^3.3.1",
|
|
"@nextcloud/initial-state": "^2.2.0",
|
|
"@nextcloud/moment": "^1.3.1",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/vue": "^8.19.0",
|
|
"diff": "^7.0.0",
|
|
"easymde": "^2.18.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-bidi": "^0.2.0",
|
|
"markdown-it-task-checkbox": "^1.0.6",
|
|
"vue": "^2.7.16",
|
|
"vue-frag": "^1.4.3",
|
|
"vue-material-design-icons": "^5.3.0",
|
|
"vue-observe-visibility": "^1.0.0",
|
|
"vue-router": "^3.5.3",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.2.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
|
"@nextcloud/webpack-vue-config": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"version": "4.11.0"
|
|
}
|