mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-19 04:08:32 +00:00
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"name": "nertivia-client",
|
|
"version": "0.4.7",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"filesize": "^4.1.2",
|
|
"highlight.js": "^9.15.8",
|
|
"jquery": "^3.4.0",
|
|
"markdown-it": "^9.0.1",
|
|
"markdown-it-chat-formatter": "^0.1.1",
|
|
"match-sorter": "^2.3.0",
|
|
"particles.js": "^2.0.0",
|
|
"simple-markdown": "^0.6.1",
|
|
"socket.io": "^2.2.0",
|
|
"socket.io-client": "^2.2.0",
|
|
"twemoji": "^11.3.0",
|
|
"uws": "^10.148.1",
|
|
"v-clipboard": "^2.2.2",
|
|
"validator": "^11.1.0",
|
|
"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-smooth-reflow": "^0.1.12",
|
|
"vue-socket.io": "^3.0.4",
|
|
"vue-socket.io-extended": "^3.2.0",
|
|
"vue-twitter": "^0.1.0",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@vue/cli-plugin-babel": "^3.0.5",
|
|
"@vue/cli-plugin-eslint": "^3.0.5",
|
|
"@vue/cli-service": "^3.6.0",
|
|
"@vue/eslint-plugin": "^4.2.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"eslint-plugin-vue": "^5.0.0-0",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^7.1.0",
|
|
"vue-template-compiler": "^2.5.17"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
],
|
|
"description": "chat app",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/supertiger1234/Nertivia-Client.git"
|
|
},
|
|
"keywords": [
|
|
"chat-app"
|
|
],
|
|
"author": "supertiger1234",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/supertiger1234/Nertivia-Client/issues"
|
|
},
|
|
"homepage": "https://github.com/supertiger1234/Nertivia-Client#readme"
|
|
}
|