-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 992 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"private": true,
"name": "nico-comme-don",
"description": "ニコニコのコメントみたいにMastodonの投稿を流すツール",
"version": "1.2.0",
"author": "Hayato Shiki <twitter @PigeonsHouse>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:win64": "nextron build --win --x64",
"build:linux": "nextron build --linux",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^5.0.0-beta3",
"electron-serve": "^1.1.0",
"electron-store": "^7.0.2",
"mastodon-api": "^1.3.0",
"react-bootstrap": "^1.6.1"
},
"devDependencies": {
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"electron": "^12.0.2",
"electron-builder": "^22.10.5",
"next": "^10.1.3",
"nextron": "^6.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.2.3"
}
}