neko/client/package.json

70 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2020-01-13 21:05:38 +13:00
{
"name": "neko-client",
"version": "2.5.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>",
2021-10-06 09:32:46 +13:00
"homepage": "https://github.com/m1k1o/neko/client#readme",
2020-01-15 09:59:18 +13:00
"repository": {
"type": "git",
2021-10-06 09:32:46 +13:00
"url": "git+https://github.com/m1k1o/neko.git"
2020-01-15 09:59:18 +13:00
},
"bugs": {
2021-10-06 09:32:46 +13:00
"url": "https://github.com/m1k1o/neko/issues"
2020-01-15 09:59:18 +13:00
},
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",
2021-03-10 06:07:35 +13:00
"build:lib": "vue-cli-service build --target lib --name neko-lib 'src/lib.ts'",
2020-02-02 09:35:48 +13:00
"build:emoji": "ts-node --files --project tools/tsconfig.json tools/emoji.ts",
2021-03-10 06:07:35 +13:00
"lint": "vue-cli-service lint"
2020-01-13 21:05:38 +13:00
},
"dependencies": {
2022-10-25 09:29:26 +13:00
"@fortawesome/fontawesome-free": "^6.2.0",
2020-09-27 12:14:21 +13:00
"animejs": "^3.2.0",
2023-01-22 11:43:04 +13:00
"axios": "^1.2.3",
2022-10-25 09:29:26 +13:00
"date-fns": "^2.29.3",
2021-03-29 08:44:43 +13:00
"emoji-datasource": "^6.0.1",
2020-09-27 12:14:21 +13:00
"eventemitter3": "^4.0.7",
2020-01-23 06:16:40 +13:00
"resize-observer-polyfill": "^1.5.1",
"simple-markdown": "^0.7.2",
2022-10-28 07:23:45 +13:00
"sweetalert2": "11.4.8",
2020-09-27 12:14:21 +13:00
"typed-vuex": "^0.1.21",
2020-01-23 06:16:40 +13:00
"v-tooltip": "^2.0.3",
2022-10-25 09:29:26 +13:00
"vue": "^2.7.13",
2020-09-27 12:14:21 +13:00
"vue-class-component": "^7.2.6",
2020-02-02 10:27:41 +13:00
"vue-clickaway": "^2.2.2",
2020-09-27 12:14:21 +13:00
"vue-context": "^5.2.0",
2022-07-31 22:26:33 +12:00
"vue-i18n": "^8.27.2",
2020-01-13 21:05:38 +13:00
"vue-notification": "^1.3.20",
2021-03-29 08:44:43 +13:00
"vue-property-decorator": "^9.1.2",
2020-09-27 12:14:21 +13:00
"vuex": "^3.5.1"
2020-01-13 21:05:38 +13:00
},
"devDependencies": {
2022-10-25 09:29:26 +13:00
"@types/animejs": "^3.1.6",
2023-01-22 11:43:04 +13:00
"@types/node": "^18.11.18",
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",
2023-01-22 11:43:04 +13:00
"@typescript-eslint/eslint-plugin": "^5.0.8",
"@typescript-eslint/parser": "^5.0.8",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
2020-04-05 15:16:52 +12:00
"@vue/eslint-config-prettier": "^6.0.0",
2023-01-22 11:43:04 +13:00
"@vue/eslint-config-typescript": "^11.0.2",
2022-10-25 09:29:26 +13:00
"core-js": "^3.26.0",
2022-07-31 22:26:33 +12:00
"emojilib": "^3.0.7",
2023-01-22 11:43:04 +13:00
"eslint": "^8.32.0",
2021-09-01 04:14:50 +12:00
"eslint-plugin-prettier": "^3.4.1",
2023-01-22 11:43:04 +13:00
"eslint-plugin-vue": "^9.0.0",
2022-07-31 22:26:33 +12:00
"prettier": "^2.7.1",
2022-10-25 09:29:26 +13:00
"sass": "^1.55.0",
2022-07-31 22:26:33 +12:00
"sass-loader": "^10.3.1",
2021-03-29 08:44:43 +13:00
"ts-node": "^9.1.1",
2022-10-25 09:29:26 +13:00
"typescript": "^4.8.4",
"vue-template-compiler": "^2.7.13"
2020-01-13 21:05:38 +13:00
}
}