-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.13 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "collab-ui",
"version": "1.0.0",
"author": {
"name": "Xoriant Solutions Pvt Ltd.",
"email": "[email protected]"
},
"description": "Chatting application by Xoriant Solutions Pvt Ltd.",
"scripts": {
"start": "rimraf debug && webpack --watch",
"test": "karma start",
"http": "rimraf debug && webpack --watch",
"release": "rimraf dist && webpack --bail --progress --profile",
"build": "build --win",
"makeDoc": "typedoc --out ./docs ./src --exclude **/*.d.ts --ignoreCompilerErrors --hideGenerator --name 'WEB-UI'",
"lint": "tslint --project tsconfig.json --config tslint.json"
},
"devDependencies": {
"@types/jasmine": "~2.8.6",
"@types/jquery": "2.0.41",
"autoprefixer": "~6.7.7",
"awesome-typescript-loader": "~3.1.2",
"browser-sync": "~2.18.8",
"browser-sync-webpack-plugin": "~1.1.4",
"css-loader": "~0.27.3",
"custom-event-polyfill": "~0.3.0",
"es6-promise": "~4.1.1",
"extract-text-webpack-plugin": "~2.1.0",
"file-loader": "~0.10.1",
"html-loader": "~0.4.5",
"html-webpack-plugin": "~2.28.0",
"html5-notification": "~3.0.0",
"http-proxy-middleware": "~0.17.4",
"import-glob-loader": "~1.1.0",
"jasmine-core": "~3.1.0",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "~1.1.1",
"karma-firefox-launcher": "~1.1.0",
"karma-html-reporter": "~0.2.7",
"karma-jasmine": "~1.1.1",
"karma-jquery": "~0.2.2",
"karma-webpack": "~3.0.0",
"knockout": "~3.4.2",
"node-sass": "~4.5.0",
"open-browser-webpack-plugin": "~0.0.5",
"postcss-loader": "~1.3.3",
"resolve-url-loader": "~2.1.0",
"rimraf": "~2.6.2",
"sass-loader": "~6.0.3",
"socket.io-client": "~2.0.3",
"store": "~2.0.12",
"style-loader": "~0.14.1",
"ts-loader": "~2.0.2",
"tslint": "~5.10.0",
"typedoc": "~0.11.1",
"typescript": "~2.2.1",
"url-loader": "~0.5.8",
"uuid": "~3.1.0",
"webpack": "~2.2.1",
"webpack-dev-middleware": "~1.10.1",
"webpack-dev-server": "~2.4.2",
"webpack-hot-middleware": "~2.17.1",
"webpack-stream": "~3.2.0"
}
}