forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.56 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "zulip",
"version": "0.0.0",
"license": "Apache-2.0",
"description": "",
"main": "",
"dependencies": {
"@types/node": "12.0.7",
"@types/underscore": "1.8.18",
"@types/webpack": "4.4.32",
"@types/webpack-dev-server": "3.1.6",
"blueimp-md5": "2.10.0",
"cache-loader": "4.0.0",
"clipboard": "2.0.4",
"core-js": "^3.0.1",
"css-loader": "2.1.1",
"emoji-datasource-google": "4.0.4",
"emoji-datasource-google-blob": "npm:emoji-datasource-google@3.0.0",
"emoji-datasource-twitter": "4.0.4",
"error-stack-parser": "2.0.2",
"expose-loader": "0.7.5",
"file-loader": "4.0.0",
"flatpickr": "4.5.7",
"font-awesome": "4.7.0",
"handlebars": "4.1.2",
"handlebars-loader": "1.7.1",
"i18next": "3.4.4",
"imports-loader": "0.8.0",
"jquery": "3.4.1",
"jquery-autosize": "1.17.7",
"jquery-caret-plugin": "1.5.2",
"jquery-validation": "1.19.0",
"katex": "0.10.2",
"lazysizes": "5.1.0",
"mini-css-extract-plugin": "0.6.0",
"moment": "2.24.0",
"moment-timezone": "0.5.25",
"node-sass": "4.12.0",
"plotly.js": "1.48.1",
"sass-loader": "7.1.0",
"script-loader": "0.7.2",
"shebang-loader": "^0.0.1",
"simplebar": "^4.0.0",
"sortablejs": "1.9.0",
"sorttable": "1.0.2",
"source-sans-pro": "2.45.0",
"style-loader": "0.23.1",
"to-markdown": "3.1.0",
"ts-loader": "6.0.2",
"ts-node": "7.0.1",
"typescript": "3.5.1",
"underscore": "1.9.1",
"webfonts-generator": "0.4.0",
"webpack": "4.33.0",
"webpack-bundle-tracker": "0.3.0",
"webpack-cli": "3.3.2",
"winchan": "0.2.1",
"xdate": "0.8.2",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"casperjs": "casperjs/casperjs",
"difflib": "0.2.4",
"eslint": "5.16.0",
"eslint-plugin-empty-returns": "1.0.2",
"jsdom": "15.1.1",
"nyc": "14.1.1",
"phantomjs-prebuilt": "2.1.16",
"stylelint": "10.0.1",
"svgo": "1.2.2",
"swagger-parser": "6.0.5",
"vnu-jar": "^19.6.7",
"webpack-dev-server": "3.5.1"
},
"scripts": {
"postinstall": "rm -rf ./var/webpack-cache",
"lint": "eslint --quiet --cache",
"lint-fix": "eslint --quiet --fix",
"lint-loud": "eslint static/js frontend_tests --cache"
},
"repository": {
"type": "git",
"url": "https://github.com/zulip/zulip.git"
},
"resolutions": {
"//": "Awaiting jquery-validation/jquery-validation#2248 to be published on NPM.",
"jquery-validation/jquery": "3.4.1"
}
}