2018-12-11 22:56:46 +03:00
|
|
|
{
|
|
|
|
"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": {
|
2019-01-10 18:56:18 +03:00
|
|
|
"@babel/polyfill": "^7.2.5",
|
2018-12-23 17:09:40 +03:00
|
|
|
"Select2": "git+https://github.com/select2/select2.git#3.4.8",
|
2018-12-11 22:56:46 +03:00
|
|
|
"autosize": "^4.0.2",
|
2019-01-13 10:07:52 +03:00
|
|
|
"backbone": "^1.3.3",
|
2018-12-11 22:56:46 +03:00
|
|
|
"blueimp-md5": "^2.7.0",
|
2019-01-09 22:57:37 +03:00
|
|
|
"bootstrap": "^3.4.0",
|
2018-12-11 22:56:46 +03:00
|
|
|
"clipboard": "^1.7.1",
|
2019-01-12 05:17:36 +03:00
|
|
|
"css-vars-ponyfill": "^1.16.2",
|
2018-12-11 22:56:46 +03:00
|
|
|
"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",
|
2018-12-21 15:30:33 +03:00
|
|
|
"jquery-ui-dist": "^1.12.1",
|
2018-12-11 22:56:46 +03:00
|
|
|
"jstimezonedetect": "^1.0.6",
|
|
|
|
"marked": "^0.3.6",
|
2019-01-09 22:51:35 +03:00
|
|
|
"moment": "^2.23.0",
|
2018-12-11 22:56:46 +03:00
|
|
|
"snap.js": "^2.0.9",
|
2019-01-08 16:10:14 +03:00
|
|
|
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
|
2019-01-10 23:46:55 +03:00
|
|
|
"underscore": "^1.9.1"
|
2018-12-11 22:56:46 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-09 22:49:30 +03:00
|
|
|
"@babel/core": "^7.2.2",
|
2018-12-20 20:05:04 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
|
|
"@babel/preset-env": "^7.2.0",
|
2019-01-12 05:14:44 +03:00
|
|
|
"babel-loader": "^8.0.5",
|
2019-01-13 11:28:15 +03:00
|
|
|
"css-loader": "^2.1.0",
|
2018-12-11 22:56:46 +03:00
|
|
|
"exports-loader": "^0.7.0",
|
|
|
|
"style-loader": "^0.23.1",
|
2018-12-20 20:05:04 +03:00
|
|
|
"url-loader": "^1.1.2",
|
2019-01-10 19:43:54 +03:00
|
|
|
"webpack": "^4.28.4",
|
2019-01-13 11:28:20 +03:00
|
|
|
"webpack-cli": "^3.2.1",
|
2019-01-10 23:11:25 +03:00
|
|
|
"webpack-merge": "^4.2.1"
|
2018-12-11 22:56:46 +03:00
|
|
|
}
|
|
|
|
}
|