-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.68 KB
/
package.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.68 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
51
52
53
54
55
56
57
{
"name": "cryptodesk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --progress --colors --port 8080",
"watch": "webpack --colors --progress --display-error-details --watch",
"postinstall": "typings install",
"electron": "electron src"
},
"author": "Carlos Rodríguez <c.rodriguezanton@gmail.com>",
"license": "MIT",
"dependencies": {
"@angular/common": "^2.4.9",
"@angular/compiler": "^2.4.9",
"@angular/core": "^2.4.9",
"@angular/forms": "^2.4.9",
"@angular/http": "^2.4.9",
"@angular/material": "^2.0.0-beta.2",
"@angular/platform-browser": "^2.4.9",
"@angular/platform-browser-dynamic": "^2.4.9",
"@angular/router": "^3.4.9",
"autobahn": "^0.9.4",
"core-js": "^2.4.1",
"jquery": "^3.2.1",
"material-components-web": "^0.7.0",
"realm": "^1.1.1",
"request": "^2.81.0",
"rxjs": "^5.2.0",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"zone.js": "^0.7.7"
},
"devDependencies": {
"@types/jquery": "^2.0.41",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.0.8",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.2",
"electron-prebuilt": "^1.4.13",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"style-loader": "^0.13.2",
"to-string-loader": "^1.1.5",
"typescript": "^2.2.1",
"typings": "^2.1.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^4.0.0"
}
}