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

43 lines
1.1 KiB
JSON
Raw Normal View History

2020-07-22 13:19:23 -07:00
{
"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": {
2020-08-04 07:15:41 -07:00
"@nuxtjs/axios": "^5.12.0",
2020-07-22 13:19:23 -07:00
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/redirect-module": "^0.3.1",
2020-08-04 07:15:41 -07:00
"body-parser": "^1.19.0",
2020-07-22 13:19:23 -07:00
"canvas": "^2.6.1",
"cookie-universal-nuxt": "^2.1.4",
"dotenv": "^8.2.0",
2020-10-15 15:41:41 -07:00
"js-base64": "^3.5.2",
"js-md5": "^0.7.3",
2020-10-13 12:49:08 -07:00
"jsonwebtoken": "^8.5.1",
"mailer": "^0.6.7",
2020-10-24 16:13:49 -07:00
"nuxt": "^2.14.7",
2020-08-04 07:15:41 -07:00
"sql-template-strings": "^2.2.2",
"sqlite": "^4.0.12",
"sqlite3": "^5.0.0",
2020-09-28 05:12:20 -07:00
"suml-loader": "^0.1.1",
"ulid": "^2.3.0",
2020-10-25 04:30:55 -07:00
"vue-matomo": "^3.13.5-0",
"vuedraggable": "^2.24.3"
2020-07-22 13:19:23 -07:00
},
"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",
2020-07-22 13:19:23 -07:00
"sass": "^1.26.10",
"sass-loader": "^9.0.2"
}
}