-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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": "ng2Chat",
"version": "1.0.0",
"description": "ng2Chat app with using JWT",
"main": "index.js",
"scripts": {
"start:development": "NODE_ENV=development webpack-dev-server --content-base client/public/ --hot",
"start:production": "NODE_ENV=production webpack-dev-server --content-base client/public/ --hot"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"angular2": "^2.0.0-beta.1",
"body-parser": "^1.14.2",
"cors": "^2.7.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.13",
"express": "^4.13.3",
"express-jwt": "^3.3.0",
"jsonwebtoken": "^5.5.4",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.0",
"socket.io": "^1.4.4",
"uikit": "^2.24.3",
"zone.js": "^0.5.10"
},
"devDependencies": {
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"faker": "^3.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^1.7.0",
"morgan": "^1.6.1",
"style-loader": "^0.13.0",
"ts-loader": "^0.7.2",
"tslint": "^3.2.2",
"tslint-loader": "^2.1.0",
"typescript": "^1.7.5",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
}
}