mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@demodesk/neko",
|
|
"version": "1.4.0",
|
|
"description": "Client as reusable Vue.js component for neko streaming server.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/demodesk/neko/client.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitlab.com/demodesk/neko/client/-/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"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": "^5.15.4",
|
|
"@types/node": "^14.17.21",
|
|
"@types/vue": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"@vue/cli-plugin-babel": "^4.5.13",
|
|
"@vue/cli-plugin-eslint": "^4.5.13",
|
|
"@vue/cli-plugin-typescript": "^4.5.13",
|
|
"@vue/cli-service": "^4.5.13",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-prettier": "^3.4.1",
|
|
"eslint-plugin-vue": "^7.19.1",
|
|
"node-sass": "^5.0.0",
|
|
"prettier": "^2.4.1",
|
|
"sass-loader": "^10.2.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.4.3",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|