ccashfrontend/package.json
2021-07-13 08:17:03 +10:00

57 lines
1.5 KiB
JSON

{
"dependencies": {
"@mgcrea/fastify-session": "^0.14.1",
"ccash-client-js": "^1.8.1",
"dotenv": "^8.2.0",
"electron-builder": "^22.11.7",
"electron-squirrel-startup": "^1.0.0",
"express-validator": "5.3.1",
"fastify": "^3.18.0",
"fastify-cookie": "^5.3.1",
"fastify-flash": "^2.0.2",
"fastify-formbody": "^5.0.0",
"fastify-plugin": "^3.0.0",
"fastify-secure-session": "^2.3.1",
"fastify-static": "^4.2.2",
"fastify-tls-keygen": "^1.1.0",
"got": "^11.8.2",
"https": "^1.0.0",
"path": "^0.12.7",
"pino-pretty": "^5.0.2",
"point-of-view": "^4.15.0",
"pug": "^3.0.2",
"sodium-native": "^3.2.1",
"url": "^0.11.0"
},
"name": "ccashfrontend",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Expand-sys/ccashfrontend.git"
},
"author": "Expand",
"license": "ISC",
"bugs": {
"url": "https://github.com/Expand-sys/ccashfrontend/issues"
},
"homepage": "https://github.com/Expand-sys/ccashfrontend#readme",
"engines": {
"node": "16.x"
},
"devDependencies": {
"@electron-forge/maker-squirrel": "^6.0.0-beta.57",
"@electron-forge/maker-zip": "^6.0.0-beta.57",
"electron": "^13.1.6"
},
"build": {
"appId": "com.ccash.frontend",
"target": "AppImage"
}
}