-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "gwuli",
"productName": "Gwuli",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"start": "webpack-dev-server",
"electron": "ENVIRONMENT=DEV ./node_modules/.bin/electron ."
},
"keywords": [],
"author": {
"name": "Radu Chiriac"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.5.1",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"css-loader": "^0.23.1",
"electron-prebuilt": "^0.36.7",
"html-webpack-plugin": "^2.8.1",
"node-sass": "^3.4.2",
"npm-install-webpack-plugin": "^2.0.2",
"react-transform-hmr": "^1.0.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1",
"babel-loader": "^6.2.2",
"webpack-merge": "^0.7.3"
},
"dependencies": {
"material-ui": "^0.14.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-tap-event-plugin": "^0.2.2"
}
}