-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "codebook_chapters_template",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"type": "module",
"scripts": {
"build": "npx ts-node-esm ./src/index.ts",
"serve": "npx ts-node-esm ./src/index.ts --serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/cors": "^4.0.0",
"chalk": "^5.3.0",
"codemirror": "^6.0.1",
"command-line-args": "^5.2.1",
"dayjs": "^1.11.9",
"fs-extra": "^11.1.1",
"koa": "^2.14.2",
"memfs": "^4.2.1",
"mime-types": "^2.1.35",
"parse-imports": "^1.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@tsconfig/node18": "^1.0.3",
"@types/command-line-args": "^5.2.0",
"@types/fs-extra": "^11.0.1",
"@types/koa": "^2.13.8",
"@types/koa__cors": "^4.0.0",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.17.12",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chokidar": "^3.5.3",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"gl-matrix": "^3.4.3",
"prettier": "^2.8.8",
"tslib": "^2.6.2"
}
}