-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.35 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"private": true,
"name": "investive",
"description": "Simplified Trading for Canadians",
"version": "0.9.0",
"author": "Investive <support@investive.co>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:all": "nextron build --all",
"build:win32": "nextron build --win --ia32",
"build:win64": "nextron build --win --x64",
"build:mac": "nextron build --mac --x64",
"build:linux": "nextron build --linux",
"postinstall": "electron-builder install-app-deps",
"nextjs": "next build"
},
"dependencies": {
"electron-serve": "^1.0.0",
"electron-store": "^6.0.1",
"keytar": "^7.0.0",
"yahoo-stocks": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@zeit/next-css": "^1.0.1",
"axios": "^0.21.1",
"babel-loader": "^8.1.0",
"clsx": "^1.1.1",
"dotenv": "^8.2.0",
"electron": "^10.1.5",
"electron-builder": "^22.9.1",
"lightweight-charts": "^3.1.5",
"next": "9.5.1",
"nextron": "^5.15.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^5.7.2",
"typeface-roboto": "^0.0.75",
"url-loader": "^4.1.1",
"webpack": "^4.44.2"
}
}