-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron ./out "
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/lodash": "^4.14.100",
"@types/node": "^9.4.0",
"@types/q": "^1.0.7",
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"@types/tinycolor2": "^1.4.0",
"awesome-typescript-loader": "^3.4.1",
"del": "^3.0.0",
"electron": "~1.7.8",
"electron-packager": "^10.1.2",
"gulp": "^3.9.1",
"gulp-less": "^3.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^3.2.4",
"source-map-loader": "^0.2.3",
"typescript": "^2.7.2",
"webpack": "^3.11.0",
"webpack-stream": "^4.0.1"
},
"dependencies": {
"electron-default-menu": "^1.0.1",
"electron-in-page-search": "^1.2.4",
"lodash": "^4.17.5",
"office-ui-fabric-react": "^5.49.0",
"q": "^1.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"tinycolor2": "^1.4.1"
}
}