neko/client/package.json

68 lines
2.1 KiB
JSON
Raw Normal View History

2020-01-13 21:05:38 +13:00
{
"name": "neko-client",
2020-04-05 16:10:18 +12:00
"version": "2.0.0",
2020-01-13 21:05:38 +13:00
"description": "Client for neko streaming server",
2020-01-15 09:59:18 +13:00
"license": "Apache License 2.0",
"author": "Nurdism <https://github.com/nurdism>",
"homepage": "https://github.com/nurdism/neko/client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nurdism/neko.git"
},
"bugs": {
"url": "https://github.com/nurdism/neko/issues"
},
2020-01-13 21:05:38 +13:00
"scripts": {
2020-01-14 22:39:47 +13:00
"serve": "vue-cli-service serve --mode development",
2020-01-13 21:05:38 +13:00
"build": "vue-cli-service build",
2020-02-02 09:35:48 +13:00
"build:emoji": "ts-node --files --project tools/tsconfig.json tools/emoji.ts",
2020-01-13 21:05:38 +13:00
"lint": "vue-cli-service lint"
},
"dependencies": {
2020-04-05 15:16:52 +12:00
"@fortawesome/fontawesome-free": "^5.13.0",
2020-01-23 06:16:40 +13:00
"animejs": "^3.1.0",
"axios": "^0.19.1",
2020-04-05 15:16:52 +12:00
"date-fns": "^2.11.1",
2020-02-02 09:35:48 +13:00
"emoji-datasource": "^5.0.1",
"emojilib": "^2.4.0",
2020-01-13 21:05:38 +13:00
"eventemitter3": "^4.0.0",
2020-01-23 06:16:40 +13:00
"resize-observer-polyfill": "^1.5.1",
"simple-markdown": "^0.7.2",
2020-04-05 15:16:52 +12:00
"sweetalert2": "^9.10.9",
"typed-vuex": "^0.1.17",
2020-01-23 06:16:40 +13:00
"v-tooltip": "^2.0.3",
2020-01-13 21:05:38 +13:00
"vue": "^2.6.10",
2020-04-05 15:16:52 +12:00
"vue-class-component": "^7.2.3",
2020-02-02 10:27:41 +13:00
"vue-clickaway": "^2.2.2",
2020-04-05 15:16:52 +12:00
"vue-context": "^5.1.0",
2020-04-05 14:57:22 +12:00
"vue-i18n": "^8.16.0",
2020-01-13 21:05:38 +13:00
"vue-notification": "^1.3.20",
2020-04-05 15:16:52 +12:00
"vue-property-decorator": "^8.4.1",
"vuex": "^3.1.3"
2020-01-13 21:05:38 +13:00
},
"devDependencies": {
2020-01-23 06:16:40 +13:00
"@types/animejs": "^3.1.0",
2020-02-02 09:35:48 +13:00
"@types/node": "^13.7.0",
2020-01-23 06:16:40 +13:00
"@types/vue": "^2.0.0",
2020-02-02 10:27:41 +13:00
"@types/vue-clickaway": "^2.2.0",
2020-04-05 15:16:52 +12:00
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
2020-01-29 14:27:35 +13:00
"@vue/cli-plugin-babel": "^4.1.0",
2020-01-13 21:05:38 +13:00
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-typescript": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
2020-04-05 15:16:52 +12:00
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.8.0",
2020-01-13 21:05:38 +13:00
"eslint-plugin-prettier": "^3.1.1",
2020-04-05 15:16:52 +12:00
"eslint-plugin-vue": "^6.2.2",
2020-01-13 21:05:38 +13:00
"node-sass": "^4.12.0",
2020-04-05 15:16:52 +12:00
"prettier": "^2.0.2",
2020-01-13 21:05:38 +13:00
"sass-loader": "^8.0.0",
2020-02-02 09:35:48 +13:00
"ts-node": "^8.6.2",
2020-04-05 15:16:52 +12:00
"typescript": "^3.8.3",
2020-01-13 21:05:38 +13:00
"vue-template-compiler": "^2.6.10"
}
}