2018-12-11 14:56:46 -05: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 10:56:18 -05:00
|
|
|
"@babel/polyfill": "^7.2.5",
|
2018-12-23 09:09:40 -05:00
|
|
|
"Select2": "git+https://github.com/select2/select2.git#3.4.8",
|
2018-12-11 14:56:46 -05:00
|
|
|
"autosize": "^4.0.2",
|
2019-01-13 02:07:52 -05:00
|
|
|
"backbone": "^1.3.3",
|
2019-01-24 02:33:46 -05:00
|
|
|
"blueimp-md5": "^2.10.0",
|
2019-01-09 14:57:37 -05:00
|
|
|
"bootstrap": "^3.4.0",
|
2019-01-14 06:01:04 -05:00
|
|
|
"clipboard": "^2.0.4",
|
2019-01-25 21:14:12 -05:00
|
|
|
"css-vars-ponyfill": "^1.16.3",
|
2019-01-18 21:16:03 -05:00
|
|
|
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3",
|
2019-01-18 21:14:55 -05:00
|
|
|
"dompurify": "^1.0.9",
|
2019-01-18 21:15:46 -05:00
|
|
|
"handlebars": "^4.0.12",
|
2018-12-11 14:56:46 -05:00
|
|
|
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm",
|
|
|
|
|
"jquery": "^2.1.4",
|
2019-01-24 02:32:06 -05:00
|
|
|
"jquery-migrate": "^1.4.1",
|
2018-12-21 07:30:33 -05:00
|
|
|
"jquery-ui-dist": "^1.12.1",
|
2018-12-11 14:56:46 -05:00
|
|
|
"jstimezonedetect": "^1.0.6",
|
2019-01-10 08:29:26 -05:00
|
|
|
"marked": "^0.6.0",
|
2019-01-24 02:31:20 -05:00
|
|
|
"moment": "^2.24.0",
|
2018-12-11 14:56:46 -05:00
|
|
|
"snap.js": "^2.0.9",
|
2019-01-08 08:10:14 -05:00
|
|
|
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
|
2019-01-10 15:46:55 -05:00
|
|
|
"underscore": "^1.9.1"
|
2018-12-11 14:56:46 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2019-01-09 14:49:30 -05:00
|
|
|
"@babel/core": "^7.2.2",
|
2018-12-20 12:05:04 -05:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
2019-01-24 09:06:45 -05:00
|
|
|
"@babel/preset-env": "^7.3.1",
|
2019-01-11 21:14:44 -05:00
|
|
|
"babel-loader": "^8.0.5",
|
2019-01-13 03:28:15 -05:00
|
|
|
"css-loader": "^2.1.0",
|
2018-12-11 14:56:46 -05:00
|
|
|
"exports-loader": "^0.7.0",
|
|
|
|
|
"style-loader": "^0.23.1",
|
2018-12-20 12:05:04 -05:00
|
|
|
"url-loader": "^1.1.2",
|
2019-01-24 02:53:14 -05:00
|
|
|
"webpack": "^4.29.0",
|
2019-01-13 03:28:20 -05:00
|
|
|
"webpack-cli": "^3.2.1",
|
2019-01-10 15:11:25 -05:00
|
|
|
"webpack-merge": "^4.2.1"
|
2018-12-11 14:56:46 -05:00
|
|
|
}
|
|
|
|
|
}
|