-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 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
55
56
{
"name": "@ximera/xloud",
"version": "0.0.1",
"description": "Decentralized content viewer for Ximera",
"main": "src/index.js",
"bin": "server/index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --experimental-modules server/index.js"
},
"type": "module",
"author": "Jim Fowler <kisonecat@gmail.com>",
"license": "AGPL-3.0",
"devDependencies": {
"@types/events": "^3.0.0",
"@types/node": "^14.14.14",
"css-loader": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.1.0",
"mini-css-extract-plugin": "^1.3.8",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@octokit/rest": "^18.1.1",
"@teamwork/websocket-json-stream": "^2.0.0",
"@ximeraproject/kpathsea": "^1.0.2",
"bootstrap": "^4.6.0",
"bootstrap.native": "^3.0.14",
"dotenv": "^8.2.0",
"dvi2html": "^0.0.6",
"jquery": "^3.5.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"npm-check-updates": "^11.1.4",
"pako": "^2.0.3",
"popper.js": "*",
"prismjs": "^1.23.0",
"redis": "^3.0.2",
"route-parser": "^0.0.5",
"snabbdom": "^2.1.0",
"snabbdom-pragma": "^2.8.0",
"svg-url-loader": "^7.1.1",
"ts-node": "^9.1.1",
"uuid": "^8.3.2",
"web-streams-polyfill": "^3.0.2"
}
}