-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1017 Bytes
/
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
{
"name": "preact-photon-electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application with Preact and Photon configured",
"main": "main.js",
"scripts": {
"start": "electron .",
"watch": "webpack --progress --colors --watch",
"build": "webpack --production"
},
"repository": "https://github.com/alexkrolick/preact-photon-electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo",
"preact",
"photon"
],
"author": "Alex Krolick",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^1.4.1"
},
"dependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"hyperspace-cli": "https://github.com/hyperspace/hyperspace",
"menubar": "^5.2.3",
"photon": "connors/photon",
"preact": "^7.2.0",
"preact-compat": "^3.13.1",
"preact-photon": "^1.3.0",
"webpack": "^2.2.1"
}
}