a573d25580
Add material design icons package for vue component
92 lines
2.5 KiB
JSON
92 lines
2.5 KiB
JSON
{
|
|
"name": "thedesk-vue",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"description": "TheDesk is a Mastodon client for PC.",
|
|
"author": {
|
|
"name": "Cutls P",
|
|
"url": "https://kirishima.clooud/@Cutls",
|
|
"email": "web-pro@cutls.com"
|
|
},
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"electron:build": "vue-cli-service electron:build",
|
|
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
|
|
"electron:serve": "vue-cli-service electron:serve",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstall": "electron-builder install-app-deps"
|
|
},
|
|
"main": "background.js",
|
|
"dependencies": {
|
|
"megalodon": "^0.6.3",
|
|
"nedb": "^1.8.0",
|
|
"vue": "^2.6.6",
|
|
"vue-material-design-icons": "^3.2.0",
|
|
"vue-property-decorator": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.123",
|
|
"@types/nedb": "^1.8.7",
|
|
"@vue/cli-plugin-eslint": "^3.6.0",
|
|
"@vue/cli-service": "^3.6.0",
|
|
"@vue/eslint-config-typescript": "^4.0.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"csswring": "^7.0.0",
|
|
"electron": "^4.1.5",
|
|
"electron-context-menu": "^0.11.0",
|
|
"electron-icon-builder": "^1.0.0",
|
|
"electron-localshortcut": "^3.1.0",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"postcss-nested": "^4.1.2",
|
|
"typescript": "^3.4.5",
|
|
"vue-cli-plugin-electron-builder": "^1.3.0",
|
|
"vue-cli-plugin-typescript": "0.0.1",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended",
|
|
"@vue/typescript"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"electron >= 4.0.0"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/kPherox/TheDesk-Vue/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "とねぢ",
|
|
"url": "https://minohdon.jp/@toneji",
|
|
"email": "solfa.tono@gmail.com"
|
|
},
|
|
{
|
|
"name": "ぽぷんじゃ",
|
|
"url": "https://popon.pptdn.jp/@popn_ja",
|
|
"email": "popn.ja@gmail.com"
|
|
},
|
|
{
|
|
"name": "kPherox",
|
|
"url": "https://pawoo.net/@kPherox",
|
|
"email": "admin@mail.kr-kp.com"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/kPherox/TheDesk-Vue",
|
|
"license": "GPL-3.0",
|
|
"productName": "TheDesk Vue",
|
|
"repository": "github:kPherox/TheDesk-Vue"
|
|
}
|