-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
51
52
53
{
"name": "electron",
"version": "1.0.0",
"description": "electron samples in one page",
"dependencies": {
"electron": "^1.4.0",
"material-ui": "^0.15.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1",
"react-tap-event-plugin": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-react": "^6.2.1",
"file-loader": "^0.8.5",
"grunt": "^1.0.1",
"grunt-shell": "^1.3.1",
"node-sass": "^3.6.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0"
},
"scripts": {
"start-app": "electron src/scripts/main.js",
"start-webpack": "webpack --progress --profile --colors --display-error-details --display-cached"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mingxinstar/Electron-Samples-In-One-Page.git"
},
"keywords": [
"electron",
"react",
"material-ui",
"demos"
],
"author": "mingxin.huang",
"license": "ISC",
"bugs": {
"url": "https://github.com/mingxinstar/Electron-Samples-In-One-Page/issues"
},
"homepage": "https://github.com/mingxinstar/Electron-Samples-In-One-Page#readme"
}