зеркало из https://github.com/nextcloud/spreed.git
35 строки
871 B
JSON
35 строки
871 B
JSON
{
|
|
"name": "spreed",
|
|
"description": "",
|
|
"version": "6.0.0",
|
|
"author": "Joas Schilling <coding@schilljs.com>",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "webpack --config webpack.dev.js",
|
|
"watch": "webpack --progress --watch --config webpack.dev.js",
|
|
"build": "webpack --progress --hide-modules --config webpack.prod.js"
|
|
},
|
|
"dependencies": {
|
|
"nextcloud-axios": "^0.1.3",
|
|
"nextcloud-vue": "^0.6.0",
|
|
"vue": "^2.5.22"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"ie >= 11"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"babel-loader": "^8.0.5",
|
|
"css-loader": "^2.1.0",
|
|
"file-loader": "^3.0.1",
|
|
"vue-loader": "^15.5.1",
|
|
"vue-template-compiler": "^2.5.22",
|
|
"webpack": "^4.28.4",
|
|
"webpack-cli": "^3.2.1",
|
|
"webpack-merge": "^4.2.1"
|
|
}
|
|
}
|