-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
75 lines (75 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
{
"name": "la_livla",
"version": "0.0.1",
"description": "A combine of Lojban tools",
"main": "livla/index.js",
"private": true,
"scripts": {
"start": "forever src/livla/index.js",
"snovlaste": "npm run sutysisku ; cd build/sutysisku ; rm .git -rf ; git init ; git remote add origin https://github.com/La-Lojban/sutysisku.git ; git add . ; git commit -m 'commit' ; git push --set-upstream origin master -f ; cd ..",
"push": "git add . ; git commit -a ; git push",
"sisku": "npx browserslist@latest --update-db && rsync -av --exclude=\".*\" src/sutysisku/src/* build/sutysisku/ ; ts-node src/sutysisku/morna.ts",
"morna": "ts-node src/sutysisku/morna.ts",
"sutysisku": "rsync -av --exclude=\".*\" src/sutysisku/src/* build/sutysisku/ ; npm run morna",
"deploy": "npm run sutysisku ; cd build/sutysisku ; git remote add origin https://github.com/La-Lojban/sutysisku.git ; git add . ; git commit -m 'commit' ; git push ; cd .."
},
"dependencies": {
"@jlongster/sql.js": "^1.6.7",
"absurd-sql": "^0.0.46",
"await-to-js": "^3.0.0",
"axios": "^0.21.1",
"brotli": "^1.3.2",
"byline": "^5.0.0",
"cheerio": "^1.0.0-rc.10",
"cron": "^1.8.2",
"express": "^4.17.1",
"fast-xml-parser": "^3.19.0",
"fs-extra": "^10.0.0",
"google-spreadsheet": "^3.1.15",
"he": "^1.2.0",
"inline-webworker-functional": "^2.0.0",
"irc-upd": "^0.11.0",
"line-by-line": "^0.1.6",
"lojban": "^2.0.10",
"mkdirp": "^1.0.4",
"natural": "^5.0.3",
"nodemw": "~0.14.0",
"object-hash": "^2.2.0",
"ospath": "~1.2.2",
"path-extra": "~4.3.0",
"peggy": "^1.2.0",
"rakutenma": "^1.0.0",
"ramda": "^0.27.1",
"regenerator-runtime": "^0.13.9",
"request": "^2.88.2",
"sanitize-html": "^2.4.0",
"seek-bzip": "~2.0.0",
"socket.io": "~4.1.3",
"string-format": "^2.0.0",
"tar": "6.1.1",
"twitter-lite": "^1.1.0",
"universal-analytics": "^0.4.23"
},
"repository": {
"type": "git",
"url": "https://github.com/lagleki/livla"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/runtime": "^7.14.8",
"@types/browserify": "^12.0.37",
"@types/fs-extra": "^9.0.12",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babelify": "^10.0.0",
"brotli-wasm": "^1.1.0",
"browserify": "^17.0.0",
"core-js": "^3.15.2",
"forever": "^4.0.1",
"terser": "^5.7.1",
"ts-node": "^10.1.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
}
}