Whalebird-desktop-client-ma.../package.json

37 lines
948 B
JSON
Raw Normal View History

2018-03-07 14:28:48 +01:00
{
2023-11-01 17:20:27 +01:00
"private": true,
"name": "whalebird",
"description": "Electron based Fediverse client application",
"version": "1.0.0",
"author": "Akira Fukushima <h3.poteto@gmail.com>",
"main": "app/background.js",
2018-03-07 14:28:48 +01:00
"scripts": {
2023-11-01 17:20:27 +01:00
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
2018-12-28 16:04:17 +01:00
},
2018-03-07 14:28:48 +01:00
"dependencies": {
2023-11-01 17:20:27 +01:00
"dexie": "^3.2.4",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"flowbite": "^2.0.0",
"flowbite-react": "^0.6.4",
"megalodon": "^9.1.1"
2018-03-07 14:28:48 +01:00
},
"devDependencies": {
2023-11-01 17:20:27 +01:00
"@babel/runtime-corejs3": "^7.23.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"autoprefixer": "^10.4.16",
"electron": "^26.2.2",
"electron-builder": "^24.6.4",
"next": "^12.3.4",
"nextron": "^8.12.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
2018-03-07 14:28:48 +01:00
}
}