Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/client/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

2020-01-13 21:05:38 +13:00
{
"name": "neko-client",
2020-01-15 09:59:18 +13:00
"version": "0.1.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",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
2020-01-23 06:16:40 +13:00
"animejs": "^3.1.0",
"axios": "^0.19.1",
"date-fns": "^2.9.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",
"sweetalert2": "^9.6.1",
"typed-vuex": "^0.1.15",
"v-tooltip": "^2.0.3",
2020-01-13 21:05:38 +13:00
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
2020-01-23 06:16:40 +13:00
"vue-context": "^5.0.0",
2020-01-13 21:05:38 +13:00
"vue-notification": "^1.3.20",
2020-01-21 03:36:18 +13:00
"vue-property-decorator": "^8.3.0",
"vuex": "^3.1.2"
2020-01-13 21:05:38 +13:00
},
"devDependencies": {
2020-01-23 06:16:40 +13:00
"@types/animejs": "^3.1.0",
"@types/vue": "^2.0.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",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.12.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.0",
"typescript": "~3.5.3",
"vue-template-compiler": "^2.6.10"
}
}