12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "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.10.0",
- "bootstrap": "^3.4.0",
- "clipboard": "^2.0.4",
- "css-vars-ponyfill": "^1.16.3",
- "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3",
- "dompurify": "^1.0.9",
- "handlebars": "^4.0.12",
- "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm",
- "jquery": "^2.1.4",
- "jquery-migrate": "^1.4.1",
- "jquery-ui-dist": "^1.12.1",
- "jstimezonedetect": "^1.0.6",
- "marked": "^0.6.0",
- "moment": "^2.24.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.3.1",
- "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.29.0",
- "webpack-cli": "^3.2.1",
- "webpack-merge": "^4.2.1"
- }
- }
|