-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "xcl-content-loader",
"author": "whacked",
"license": "GPLv2",
"version": "0.0.1",
"main": "build/transclusion.js",
"repository": "https://github.com/whacked/xcl",
"scripts": {
"watch": "shadow-cljs watch node-test",
"watch-xcl": "shadow-cljs watch node-content-server",
"build-lib": "shadow-cljs release lib-sample",
"build-xcl": "shadow-cljs release node-content-server"
},
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"color-hash": "^1.0.3",
"cookies": "^0.8.0",
"cors": "^2.8.5",
"create-react-class": "^15.6.3",
"epub": "^1.2.0",
"express": "^4.17.1",
"flexsearch": "^0.6.32",
"glob": "^7.1.6",
"ini": "^1.3.5",
"isomorphic-git": "^0.70.9",
"jayson": "^3.3.4",
"js-yaml": "^3.13.1",
"jsdom": "^13.2.0",
"json-schema-sequelizer": "^0.22.0",
"jsonpath-plus": "^2.0.0",
"lru": "^3.1.0",
"multitransport-jsonrpc": "^0.9.11",
"node-fetch-commonjs": "^3.2.4",
"node-ipc": "^9.1.4",
"papaparse": "^5.4.1",
"pdfjs-dist": "^2.4.456",
"random-bytes": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-tabs": "^3.1.1",
"react-tabulator": "^0.13.1",
"sequelize": "^6.3.3",
"shadow-cljs": "^2.8.81",
"socket.io": "^4.0.0",
"socket.io-client": "^4.0.0",
"sqlite3": "^4.2.0",
"string-interp": "^0.3.6",
"tabulator-tables": "^4.7.1",
"webpack": "^4.41.5",
"xregexp": "^4.3.0",
"yaml": "^1.10.0",
"yesql": "^3.2.2"
}
}