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: 094b66320240d4216d7a837501fadace6c730524 (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
{
  "name": "nextcloud",
  "version": "0.1.0",
  "description": "Nextcloud Server",
  "private": true,
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "build": "webpack --progress --hide-modules --config core/webpack.prod.js",
    "dev": "webpack --progress --watch --config core/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.2.5",
    "Select2": "git+https://github.com/select2/select2.git#3.4.8",
    "autosize": "^4.0.2",
    "backbone": "^1.3.3",
    "blueimp-md5": "^2.7.0",
    "bootstrap": "^3.4.0",
    "clipboard": "^2.0.4",
    "css-vars-ponyfill": "^1.16.2",
    "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.2",
    "dompurify": "^1.0.4",
    "handlebars": "^4.0.5",
    "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm",
    "jquery": "^2.1.4",
    "jquery-migrate": "^1.4.0",
    "jquery-ui-dist": "^1.12.1",
    "jstimezonedetect": "^1.0.6",
    "marked": "^0.3.6",
    "moment": "^2.23.0",
    "snap.js": "^2.0.9",
    "strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "babel-loader": "^8.0.5",
    "css-loader": "^2.1.0",
    "exports-loader": "^0.7.0",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.28.4",
    "webpack-cli": "^3.2.1",
    "webpack-merge": "^4.2.1"
  }
}