-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 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
36
37
38
{
"private": true,
"name": "podcastr-electron",
"description": "Podcastr",
"version": "1.0.0",
"author": "Yoshihide Shiono <[email protected]>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@electron/remote": "^1.1.0",
"axios": "^0.21.1",
"date-fns": "^2.21.1",
"electron-serve": "^1.1.0",
"electron-store": "^7.0.2",
"polished": "^4.1.1",
"rc-slider": "^9.7.2",
"react-icons": "^4.2.0",
"react-lottie": "^1.2.3",
"sass": "^1.32.11",
"styled-components": "^5.2.3"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.9",
"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.4"
}
}