-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "BootableUSBGUI",
"version": "0.1.0",
"description": "BootableUSB allows you to create bootable USB drives for Windows and Linux distributions.",
"main": "main.js",
"repository": "https://github.com/bugra9/BootableUSBGUI",
"author": "bugra9",
"license": "MIT",
"scripts": {
"start": "webpack && electron .",
"build": "webpack -p && electron-builder --dir",
"dist": "webpack -p && electron-builder",
"watch": "webpack --watch & electron ."
},
"dependencies": {
"gettext-parser": "^1.3.0",
"html-webpack-plugin": "^2.30.1",
"material-ui": "^0.19.1",
"material-ui-icons": "^1.0.0-beta.5",
"node-gettext": "^2.0.0",
"path": "^0.12.7",
"react": "^15.6.1",
"react-alert": "^2.3.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.72.0",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.8.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"electron": "^1.8.0",
"electron-builder": "^19.28.4",
"file-loader": "^0.11.2",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9"
}
}