sforkowany z mirror/social
110 wiersze
2.8 KiB
JSON
110 wiersze
2.8 KiB
JSON
{
|
|
"name": "social",
|
|
"description": "🎉 Nextcloud becomes part of the federated social networks!",
|
|
"version": "0.0.1",
|
|
"authors": [
|
|
{
|
|
"name": "John Molakvoæ",
|
|
"email": "skjnldsv@protonmail.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Jan-Christoph Borchardt",
|
|
"email": "hey@jancborchardt.net",
|
|
"homepage": "https://jancborchardt.net",
|
|
"role": "Designer"
|
|
}
|
|
],
|
|
"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",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"linkifyjs": "^2.1.8",
|
|
"nextcloud-axios": "^0.1.3",
|
|
"nextcloud-vue": "^0.9.5",
|
|
"tributejs": "^3.6.0",
|
|
"twemoji": "^12.0.1",
|
|
"uuid": "^3.3.2",
|
|
"v-tooltip": "^2.0.0-rc.33",
|
|
"vue": "^2.6.10",
|
|
"vue-click-outside": "^1.0.7",
|
|
"vue-contenteditable-directive": "^1.2.0",
|
|
"vue-emoji-picker": "^1.0.1",
|
|
"vue-infinite-loading": "^2.4.3",
|
|
"vue-router": "^3.0.2",
|
|
"vue-tribute": "^1.0.2",
|
|
"vue-twemoji": "^1.0.1",
|
|
"vuex": "^3.1.0",
|
|
"vuetrend": "^0.3.2",
|
|
"vuex-router-sync": "^5.0.0"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"not ie <= 11"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
|
"acorn": "^6.1.1",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^24.5.0",
|
|
"babel-loader": "^8.0.5",
|
|
"css-loader": "^2.1.1",
|
|
"eslint": "^5.15.3",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-loader": "^2.1.1",
|
|
"eslint-plugin-import": "^2.17.2",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
"file-loader": "^3.0.1",
|
|
"jest": "^24.7.1",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"node-sass": "^4.11.0",
|
|
"prettier-eslint": "^8.8.2",
|
|
"raw-loader": "^2.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"stylelint": "^8.4.0",
|
|
"stylelint-config-recommended-scss": "^3.2.0",
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
|
"vue-jest": "^3.0.4",
|
|
"vue-loader": "^15.7.0",
|
|
"vue-style-loader": "^4.1.1",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0",
|
|
"webpack-merge": "^4.2.1"
|
|
},
|
|
"jest": {
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"vue"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
},
|
|
"transform": {
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
},
|
|
"snapshotSerializers": [
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
]
|
|
}
|
|
}
|