mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-19 04:08:32 +00:00
46 lines
1 KiB
JSON
46 lines
1 KiB
JSON
{
|
|
"name": "chatlol",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"futoji": "^0.2.4",
|
|
"jquery": "^3.3.1",
|
|
"socket.io": "^2.2.0",
|
|
"socket.io-client": "^2.2.0",
|
|
"uws": "^10.148.1",
|
|
"vue": "^2.5.17",
|
|
"vue-headful": "^2.0.1",
|
|
"vue-mq": "^1.0.1",
|
|
"vue-recaptcha": "^1.1.1",
|
|
"vue-router": "^3.0.2",
|
|
"vue-socket.io": "^3.0.4",
|
|
"vue-socket.io-extended": "^3.2.0",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.0.5",
|
|
"@vue/cli-plugin-eslint": "^3.0.5",
|
|
"@vue/cli-service": "^3.0.5",
|
|
"@vue/eslint-plugin": "^4.2.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0-0",
|
|
"vue-template-compiler": "^2.5.17"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|