2018-03-07 22:28:48 +09:00
|
|
|
{
|
2023-11-02 01:20:27 +09:00
|
|
|
"private": true,
|
|
|
|
"name": "whalebird",
|
|
|
|
"description": "Electron based Fediverse client application",
|
2023-12-27 22:37:36 +09:00
|
|
|
"version": "6.0.0-beta.3",
|
2023-11-02 01:20:27 +09:00
|
|
|
"author": "Akira Fukushima <h3.poteto@gmail.com>",
|
|
|
|
"main": "app/background.js",
|
2018-03-07 22:28:48 +09:00
|
|
|
"scripts": {
|
2023-11-02 01:20:27 +09:00
|
|
|
"dev": "nextron",
|
|
|
|
"build": "nextron build",
|
2023-11-07 00:57:47 +09:00
|
|
|
"postinstall": "electron-builder install-app-deps",
|
2023-12-02 16:30:28 +09:00
|
|
|
"typecheck": "tsc -p renderer --noEmit && tsc -p main --noEmit",
|
2023-12-03 21:23:55 +09:00
|
|
|
"lint": "eslint renderer --ext ts,tsx",
|
|
|
|
"thirdparty": "license-checker --production --json > thirdparty.json"
|
2018-12-29 00:04:17 +09:00
|
|
|
},
|
2018-03-07 22:28:48 +09:00
|
|
|
"dependencies": {
|
2023-12-10 23:55:41 +09:00
|
|
|
"@emoji-mart/react": "^1.1.1",
|
2023-11-27 00:54:29 +09:00
|
|
|
"blurhash": "^2.0.5",
|
2023-11-03 20:37:40 +09:00
|
|
|
"dayjs": "^1.11.10",
|
2023-11-02 01:20:27 +09:00
|
|
|
"dexie": "^3.2.4",
|
|
|
|
"electron-serve": "^1.1.0",
|
|
|
|
"electron-store": "^8.1.0",
|
2023-12-10 23:55:41 +09:00
|
|
|
"emoji-mart": "^5.5.2",
|
2023-11-02 01:20:27 +09:00
|
|
|
"flowbite": "^2.0.0",
|
2023-12-10 14:58:21 +00:00
|
|
|
"flowbite-react": "^0.7.0",
|
2023-11-03 20:37:40 +09:00
|
|
|
"megalodon": "^9.1.1",
|
2023-11-27 00:54:29 +09:00
|
|
|
"react-blurhash": "^0.3.0",
|
2023-12-22 00:35:54 +09:00
|
|
|
"react-hotkeys-hook": "^4.4.1",
|
2023-11-04 18:14:00 +09:00
|
|
|
"react-icons": "^4.11.0",
|
2023-11-04 15:32:37 +09:00
|
|
|
"react-intl": "^6.5.1",
|
2023-11-09 23:29:10 +09:00
|
|
|
"react-virtuoso": "^4.6.2",
|
|
|
|
"sanitize-html": "^2.11.0"
|
2018-03-07 22:28:48 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-02 01:20:27 +09:00
|
|
|
"@babel/runtime-corejs3": "^7.23.2",
|
2023-11-07 00:48:07 +09:00
|
|
|
"@electron/notarize": "^2.1.0",
|
2023-12-02 07:03:33 +00:00
|
|
|
"@types/node": "^20.0.0",
|
2023-11-02 01:20:27 +09:00
|
|
|
"@types/react": "^18.0.26",
|
2023-11-09 23:29:10 +09:00
|
|
|
"@types/sanitize-html": "^2.9.4",
|
2023-12-02 16:30:28 +09:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
|
|
|
"@typescript-eslint/parser": "^6.13.1",
|
2023-11-02 01:20:27 +09:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-12-02 07:03:44 +00:00
|
|
|
"electron": "^27.0.0",
|
2023-11-02 01:20:27 +09:00
|
|
|
"electron-builder": "^24.6.4",
|
2023-12-02 16:30:28 +09:00
|
|
|
"eslint": "^8.55.0",
|
|
|
|
"eslint-config-prettier": "^9.0.0",
|
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2023-12-27 22:49:59 +09:00
|
|
|
"next": "^12.3.4",
|
2023-11-02 01:20:27 +09:00
|
|
|
"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 22:28:48 +09:00
|
|
|
}
|
|
|
|
}
|