-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.24 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
{
"name": "electron-webpack-quick-start",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null"
},
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"dji-log-parser": "^0.0.4",
"exiftool-vendored": "^8.0.0",
"mosca": "^2.8.3",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"source-map-support": "^0.5.10"
},
"devDependencies": {
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"electron": "9.4.0",
"electron-builder": "^20.38.4",
"electron-webpack": "^2.6.2",
"electron-webpack-eslint": "^4.0.1",
"eslint-plugin-html": "^5.0.3",
"flow-bin": "^0.93.0",
"webpack": "^4.29.5"
},
"resolutions": {
"upath": "^1.1.0"
}
}