This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/package.json

47 lines
1.2 KiB
JSON

{
"name": "avris-zaimki",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/redirect-module": "^0.3.1",
"body-parser": "^1.19.0",
"canvas": "^2.6.1",
"cookie-parser": "^1.4.5",
"cookie-universal-nuxt": "^2.1.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"grant": "^5.4.5",
"js-base64": "^3.5.2",
"js-md5": "^0.7.3",
"jsonwebtoken": "^8.5.1",
"mailer": "^0.6.7",
"nuxt": "^2.14.7",
"sql-template-strings": "^2.2.2",
"sqlite": "^4.0.12",
"sqlite3": "^5.0.0",
"suml-loader": "^0.1.1",
"ulid": "^2.3.0",
"vue-matomo": "^3.13.5-0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@fortawesome/fontawesome-pro": "git+ssh://git@gitlab.com:Avris/FontAwesomePro.git",
"avris-daemonise": "^0.0.2",
"bootstrap": "^4.5.0",
"clipboard": "^2.0.6",
"csv-loader": "^3.0.3",
"sass": "^1.26.10",
"sass-loader": "^9.0.2"
}
}