Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d896bc6983a740282da0e0b2886667eb674ce63f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "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.1.0",
    "@nextcloud/dialogs": "^3.2.0",
    "@nextcloud/event-bus": "^3.0.2",
    "@nextcloud/moment": "^1.2.1",
    "@nextcloud/router": "^2.0.0",
    "@nextcloud/vue": "^7.0.0",
    "diff": "^5.1.0",
    "easymde": "^2.18.0",
    "markdown-it": "^13.0.1",
    "markdown-it-task-checkbox": "^1.0.6",
    "vue": "^2.7.13",
    "vue-fragment": "1.5.1",
    "vue-material-design-icons": "^5.1.2",
    "vue-observe-visibility": "^1.0.0",
    "vue-router": "^3.5.3",
    "vuex": "^3.6.2"
  },
  "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"
  },
  "engines": {
    "node": "^16.0.0",
    "npm": "^7.0.0 || ^8.0.0"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ]
}