-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 925 Bytes
/
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
{
"name": "community",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:ycu-engine/community.git",
"author": "YutaUra <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "playwright-core install chromium",
"make-term": "tsx --import ./scripts/raw-loader.mts scripts/make-term.mts",
"make-term:dev": "tsx --import ./scripts/raw-loader.mts --watch scripts/make-term.mts"
},
"dependencies": {
"@fontsource/noto-serif-jp": "5.0.11",
"markdown-it": "12.0.4",
"markdown-it-container": "3.0.0",
"playwright-core": "1.41.2",
"sass": "1.70.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.3.3"
},
"devDependencies": {
"@tsconfig/strictest": "2.0.3",
"@types/markdown-it": "12.0.1",
"@types/markdown-it-container": "2.0.3",
"@types/node": "20.11.17",
"tsx": "4.7.1"
}
}