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

53 lines
1.3 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",
"aws-sdk": "^2.799.0",
"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",
"html-loader": "^1.3.2",
"js-base64": "^3.5.2",
"js-md5": "^0.7.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mailer": "^0.6.7",
"markdown-loader": "^6.0.0",
"nuxt": "^2.14.7",
"sha1": "^1.1.1",
"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",
"zh_cn_zh_tw": "^1.0.7"
},
"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"
}
}