forked from overleaf/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.68 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
{
"name": "web-overleaf",
"version": "0.1.4",
"description": "The HTTP front end for ShareLaTeX",
"license": "AGPL-3.0-only",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/sharelatex/web-sharelatex.git"
},
"directories": {
"public": "./public"
},
"scripts": {
"test:frontend": "NODE_ENV=test TZ=GMT mocha --recursive --timeout 5000 --exit --grep=$MOCHA_GREP --delay test/frontend/buildAndRun.js",
"format": "prettier --list-different $PWD/'**/*.js'",
"format:fix": "prettier --write $PWD/'**/*.js'",
"format:styles": "prettier --list-different $PWD/'**/*.less'",
"format:styles:fix": "prettier --write $PWD/'**/*.less'",
"lint": "eslint --max-warnings 0 --format unix .",
"lint:fix": "eslint --fix ."
},
"browserslist": [
"last 1 year",
"firefox esr"
],
"dependencies": {
"@overleaf/o-error": "^3.4.0",
"@overleaf/settings": "https://github.com/das7pad/settings-sharelatex/archive/e8942a2a7825619dbc8ab66797b90c684b5ccd2d.tar.gz",
"@sentry/browser": "^6.3.5",
"@testing-library/dom": "^7.31.2",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
"@uppy/core": "^1.15.0",
"@uppy/dashboard": "^1.15.0",
"@uppy/react": "^1.11.0",
"@uppy/xhr-upload": "^1.6.8",
"abort-controller": "^3.0.0",
"ace-builds": "https://jenkins.das7pad.de/artifacts/ace/overleaf-plus-csp/5/builds/1.4.12-07a86595c44b7a23b574c5ddfa4f781dd3a55abd.tar.gz",
"angular": "~1.8.0",
"angular-mocks": "~1.8.0",
"angular-sanitize": "~1.8.0",
"bootstrap": "^3.4.1",
"browserslist": "^4.21.4",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"classnames": "^2.2.6",
"crypto-js": "^3.1.9-1",
"downshift": "^6.1.0",
"esbuild": "^0.15.10",
"fetch-mock": "^9.11.0",
"glob": "^7.0.0",
"jquery": "^2.2.4",
"jsdom": "^16.2.2",
"jsdom-global": "^3.0.2",
"less": "^4.1.3",
"lodash": "^4.17.21",
"match-sorter": "^6.2.0",
"mathjax": "https://github.com/das7pad/MathJax/archive/0e004a20ed7e40782374977d2b5dc23a969f2ee1.tar.gz",
"mocha": "^10.0.0",
"moment": "^2.29.4",
"node-fetch": "^3.2.10",
"pdfjs-dist": "~2.5.207",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-bootstrap": "^0.33.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.14.0",
"react-error-boundary": "^2.3.1",
"react-linkify": "^1.0.0-alpha",
"react2angular": "^4.0.6",
"react2angular-shared-context": "^1.1.0",
"scroll-into-view-if-needed": "^2.2.25",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"socket.io-mock": "^1.3.1",
"uuid": "^3.0.1"
}
}