-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 851 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
{
"name": "bjolk",
"version": "1.0.1",
"description": "Wrapper for chats",
"main": "src/main/main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . --overwrite --out=build --icon=assets/icons/icon-512.icns"
},
"repository": "https://github.com/juhq/bjolk",
"author": "Juha Tauriainen <[email protected]>",
"license": "MIT",
"dependencies": {
"electron": "25.4.0",
"feather-icons": "4.29.0"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"electron-packager": "17.1.1",
"eslint": "8.46.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.1",
"prettier": "3.0.1"
}
}