This repository was archived by the owner on Oct 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 KB
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
{
"name": "openphysicsnotes",
"version": "0.0.0",
"description": "openphysicsnotes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"serve": "node dist/server.js",
"start": "npm run build && npm run serve",
"watch:serve": "npx tsc-watch --onSuccess \"node ./dist/server.js\""
},
"keywords": [
"openphysicsnotes"
],
"author": "Luca Ciucci",
"license": "MIT",
"dependencies": {
"@types/express": "^4.17.13",
"@types/http-proxy": "^1.17.9",
"@types/js-yaml": "^4.0.5",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.45",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dom-to-svg": "^0.12.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-jwt": "^7.7.5",
"http": "^0.0.1-security",
"http-proxy": "^1.18.1",
"js-yaml": "^4.1.0",
"jwks-rsa": "^2.1.4",
"katex": "^0.15.6",
"key-file-storage": "^2.2.10",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"markdown-it-attrs": "^4.1.4",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-center-text": "^1.0.4",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-include": "^2.0.0",
"markdown-it-kbd": "^2.2.2",
"markdown-it-sup": "^1.0.0",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.5.1",
"tsc-watch": "^5.0.3",
"two.js": "file:../forks/two.js",
"typescript": "^4.6.4",
"winston": "^3.7.2"
}
}