mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-18 07:37:48 +01:00
d51e5ab65d
- fix: Translation fixes - fix: Various fixes - feat: PB translations, configuration changes - fix: Bugfixes GitOrigin-RevId: 55f8b148c42a296162fc707c36a5146ca0073b4b
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"name": "hyperboria",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"nuxt": "nuxt"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "^5.8.55",
|
|
"@nuxtjs/axios": "^5.12.5",
|
|
"@pointotech/pug-plain-loader": "^1.0.1",
|
|
"ansi-html": "^0.0.7",
|
|
"axios": "^0.21.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"bootstrap": "^4.5.3",
|
|
"bootstrap-scss": "^4.5.3",
|
|
"bootstrap-vue": "^2.17.3",
|
|
"copy-webpack-plugin": "^6.4.1",
|
|
"core-js": "^3.6.5",
|
|
"css-loader": "^5.0.1",
|
|
"dateformat": "^4.4.1",
|
|
"deepmerge": "^4.2.2",
|
|
"eslint": "^7.17.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-vue": "^7.4.1",
|
|
"express": "^4.17.1",
|
|
"file-loader": "^6.2.0",
|
|
"font-awesome": "^4.7.0",
|
|
"html-entities": "^1.4.0",
|
|
"html-webpack-plugin": "^4.5.1",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash": "^4.17.20",
|
|
"loglevel": "^1.7.1",
|
|
"mini-css-extract-plugin": "^1.3.4",
|
|
"nuxt": "^2.14.12",
|
|
"nuxt-start": "^2.14.12",
|
|
"optionator": "^0.9.1",
|
|
"pug": "^3.0.0",
|
|
"pug-plain-loader": "^1.1.0",
|
|
"sass": "^1.32.4",
|
|
"sass-lint": "^1.13.1",
|
|
"sass-loader": "^10.1.1",
|
|
"sockjs-client": "^1.5.0",
|
|
"tempusdominus-bootstrap-4": "^5.39.0",
|
|
"url": "^0.11.0",
|
|
"url-loader": "^4.1.1",
|
|
"v8-compile-cache": "^2.2.0",
|
|
"vue": "^2.6.12",
|
|
"vue-cookies": "^1.7.4",
|
|
"vue-loader": "^15.9.6",
|
|
"vue-moment": "^4.1.0",
|
|
"vue-router": "^3.4.9",
|
|
"vue-scrollto": "^2.20.0",
|
|
"vue-select": "^3.11.2",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuejs-dialog": "^1.4.2",
|
|
"vuex-persistedstate": "^4.0.0-beta.3",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^4.3.1",
|
|
"webpack-dev-server": "^3.11.1",
|
|
"wordwrap": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@bazel/bazelisk": "latest",
|
|
"@bazel/buildifier": "latest",
|
|
"@bazel/ibazel": "latest"
|
|
},
|
|
"engines": {
|
|
"node": "^15"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|