mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "@demodesk/neko",
|
|
"version": "1.6.13",
|
|
"description": "Client as reusable Vue.js component for neko streaming server.",
|
|
"repository": "https://github.com/demodesk/neko-client",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
},
|
|
"main": "dist/neko.umd.js",
|
|
"module": "dist/neko.common.js",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --mode development",
|
|
"lint": "vue-cli-service lint",
|
|
"build": "vue-cli-service build --target lib --name neko ./src/index.ts",
|
|
"build:page": "vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"eventemitter3": "^4.0.7",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"vue": "^2.6.14",
|
|
"vue-class-component": "^7.2.6",
|
|
"vue-property-decorator": "^9.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
|
"@types/node": "^16.11.35",
|
|
"@types/vue": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"@vue/cli-plugin-babel": "^5.0.4",
|
|
"@vue/cli-plugin-eslint": "^5.0.4",
|
|
"@vue/cli-plugin-typescript": "^5.0.4",
|
|
"@vue/cli-service": "^5.0.4",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"eslint": "^8.15.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"prettier": "^2.6.2",
|
|
"sass": "^1.51.0",
|
|
"sass-loader": "^12.6.0",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.4",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|