-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 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
49
50
{
"name": "voice-git-desktop",
"version": "1.0.0",
"main": "dist/main.js",
"repository": "https://github.com/amathon-2019/voice-git-desktop",
"license": "MIT",
"private": true,
"scripts": {
"start": "electron .",
"browser:app:dev": "webpack-dev-server --config webpack.browser.app.config.js",
"browser:start:dev": "webpack-dev-server --config webpack.browser.start.config.js",
"electron:dev": "webpack --config webpack.electron.config.js --watch",
"postinstall": "yarn electron-rebuild nodegit"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@types/dom-mediacapture-record": "^1.0.1",
"@types/fs-extra": "^8.0.0",
"@types/nodegit": "^0.24.10",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^3.2.0",
"electron": "^6.0.7",
"electron-rebuild": "^1.8.6",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"ts-loader": "^6.0.4",
"typescript": "^3.6.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"@babel/preset-env": "^7.5.5",
"@material-ui/core": "^4.3.3",
"@material-ui/icons": "^4.2.1",
"axios": "^0.19.0",
"date-fns": "^2.0.1",
"dexie": "^2.0.4",
"file-url": "^3.0.0",
"fs-extra": "^8.1.0",
"nodegit": "^0.25.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"request": "^2.88.0",
"rxjs": "^6.5.2"
}
}