-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.63 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
{
"name": "erudit",
"version": "1.2.0",
"description": "Static Site Generator (SSG) for creating perfect education websites.",
"author": {
"name": "CMTV",
"url": "https://github.com/CMTV"
},
"repository": "git://github.com/CMTV/erudit.git",
"license": "MIT",
"keywords": [
"edu",
"documentation",
"static",
"ssg",
"docs",
"generator"
],
"main": "dist/index.js",
"bin": "dist/cli.js",
"scripts": {
"build": "npm run clear && npx tsc && npx tsc-alias",
"clear": "npx rimraf dist",
"dev": "nodemon --delay 1 --ignore site/ src/cli.ts watch --dev"
},
"devDependencies": {
"@types/lodash": "^4.14.180",
"ts-node": "^10.9.1",
"tsc-alias": "^1.6.5",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3"
},
"dependencies": {
"@cmtv/error-meta": "^1.0.6",
"@floating-ui/dom": "^1.6.1",
"2tree": "^1.0.3",
"arg": "^5.0.1",
"better-sqlite3": "^8.6.0",
"bitran": "^0.0.10",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"color": "^4.2.3",
"dobot": "^0.0.6",
"esbuild": "^0.14.54",
"express": "^4.18.1",
"glob": "^10.3.10",
"image-size": "^1.0.1",
"lodash": "^4.17.21",
"mermaid": "^10.8.0",
"nkv": "^2.3.2",
"nodemon": "^3.0.1",
"pug": "^3.0.2",
"rimraf": "^3.0.2",
"sass": "^1.54.3",
"translator": "file:../open-math/translator",
"typeorm": "^0.3.17",
"ws": "^8.8.1",
"yaml": "^2.0.0-11"
}
}