forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.59 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
{
"name": "zulip",
"version": "0.0.0",
"license": "Apache-2.0",
"description": "",
"main": "",
"dependencies": {
"@types/node": "8.0.17",
"@types/webpack": "3.0.5",
"clipboard": "1.5.16",
"emoji-datasource": "3.0.0",
"expose-loader": "0.7.3",
"fuzzysearch": "1.0.3",
"handlebars": "4.0.6",
"i18next": "3.4.4",
"i18next-browser-languagedetector": "0.3.0",
"i18next-localstorage-cache": "0.3.0",
"i18next-parser": "0.11.1",
"i18next-xhr-backend": "0.5.4",
"jquery": "3.2.1",
"jquery-validation": "1.16.0",
"katex": "0.7.1",
"moment": "2.18.1",
"moment-timezone": "0.5.12",
"perfect-scrollbar": "0.7.1",
"plotly.js": "1.19.2",
"script-loader": "0.7.0",
"source-map-loader": "0.2.1",
"string.prototype.codepointat": "0.2.0",
"ts-loader": "2.1.0",
"ts-node": "3.3.0",
"typescript": "2.3.3",
"underscore": "1.8.3",
"webpack": "2.5.1",
"webpack-bundle-tracker": "0.2.0",
"winchan": "0.2.0",
"xdate": "0.8.0",
"zxcvbn": "4.4.1"
},
"devDependencies": {
"casperjs": "1.1.3",
"cssstyle": "0.2.29",
"eslint": "3.9.1",
"htmlparser2": "3.8.3",
"istanbul": "0.4.5",
"jsdom": "9.4.1",
"nwmatcher": "1.3.6",
"phantomjs-prebuilt": "2.1.14",
"svgo": "0.7.2",
"swagger-parser": "3.4.1",
"tslint": "5.3.2",
"webpack-dev-server": "2.4.1",
"xmlhttprequest": "1.5.0"
},
"scripts": {
"lint": "eslint --quiet",
"lint-loud": "eslint static/js frontend_tests"
},
"repository": {
"type": "git",
"url": "https://github.com/zulip/zulip.git"
}
}