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

package.json - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 618227347668b919cc331f0c546a8214bd1b9b94 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "name": "nextcloud",
  "version": "0.1.0",
  "description": "Nextcloud Server",
  "private": true,
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
    "dev": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
    "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nextcloud/server.git"
  },
  "keywords": [
    "nextcloud"
  ],
  "license": "AGPL-3.0-or-later",
  "dependencies": {
    "@babel/polyfill": "^7.4.4",
    "@chenfengyuan/vue-qrcode": "^1.0.1",
    "@nextcloud/axios": "^0.4.2",
    "@nextcloud/event-bus": "^0.2.1",
    "Select2": "git+https://github.com/select2/select2.git#3.4.8",
    "autosize": "^4.0.2",
    "backbone": "^1.4.0",
    "blueimp-md5": "^2.12.0",
    "bootstrap": "^4.3.1",
    "clipboard": "^2.0.4",
    "css-vars-ponyfill": "^2.1.1",
    "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3",
    "dompurify": "^1.0.11",
    "escape-html": "^1.0.3",
    "handlebars": "^4.5.3",
    "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",
    "jquery": "2.1.4",
    "jquery-migrate": "^1.4.1",
    "jquery-ui-dist": "^1.12.1",
    "jstimezonedetect": "^1.0.6",
    "lodash": "^4.17.15",
    "marked": "^0.7.0",
    "moment": "^2.24.0",
    "nextcloud-password-confirmation": "^0.4.2",
    "nextcloud-vue": "^0.12.2",
    "nextcloud-vue-collections": "^0.5.6",
    "query-string": "^5.1.1",
    "snap.js": "^2.0.9",
    "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8",
    "toastify-js": "^1.6.1",
    "underscore": "^1.9.1",
    "v-tooltip": "^2.0.2",
    "vue": "^2.6.10",
    "vue-click-outside": "^1.0.7",
    "vue-clipboard2": "^0.3.0",
    "vue-infinite-loading": "^2.4.4",
    "vue-localstorage": "^0.6.2",
    "vue-multiselect": "^2.1.6",
    "vue-router": "^3.1.3",
    "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",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "browserslist-config-nextcloud": "0.0.1",
    "css-loader": "^3.2.0",
    "exports-loader": "^0.7.0",
    "file-loader": "^4.2.0",
    "handlebars-loader": "^1.7.1",
    "node-sass": "^4.12.0",
    "sass-loader": "^7.3.1",
    "style-loader": "^1.0.0",
    "url-loader": "^2.1.0",
    "vue-loader": "^15.7.1",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.7",
    "webpack-merge": "^4.2.2"
  },
  "browserslist": [
    "extends browserslist-config-nextcloud"
  ]
}