Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaUra committed Feb 11, 2024
1 parent 2d44f7d commit 3fec01a
Show file tree
Hide file tree
Showing 16 changed files with 649 additions and 1,860 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.0
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,27 @@
"repository": "git@github.com:ycu-engine/community.git",
"author": "YutaUra <yuuta3594@outlook.jp>",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "typesync",
"make-term": "ts-node scripts/make-term.ts",
"make-term:dev": "ts-node-dev --watch scripts,terms.md --respawn scripts/make-term.ts"
"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": {
"html-pdf": "^2.2.0",
"markdown-it": "^12.0.4",
"markdown-it-container": "^3.0.0",
"sass": "^1.32.8",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.3"
"@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": {
"@types/html-pdf": "^2.2.0",
"@types/markdown-it": "^12.0.1",
"@types/markdown-it-container": "^2.0.3",
"@types/sass": "^1.16.0",
"typesync": "^0.8.0"
"@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"
}
}
Loading

0 comments on commit 3fec01a

Please sign in to comment.