mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "our-data",
|
|
"version": "1.0.0",
|
|
"description": "Data for https://one-among.us",
|
|
"main": "scripts/build.ts",
|
|
"repository": "https://github.com/hykilpikonna/our-data",
|
|
"author": "Hykilpikonna <me@hydev.org>",
|
|
"license": "UNLICENSED",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node --loader ts-node/esm/transpile-only scripts/build.ts",
|
|
"build-preview": "yarn build && scripts/preview.sh",
|
|
"serve": "http-server --cors='*' dist",
|
|
"preview": "yarn build-preview && yarn serve"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/mdx": "^2.1.5",
|
|
"@swc/core": "^1.3.17",
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/node": "^20",
|
|
"autocorrect-node": "^2.5.5",
|
|
"esbuild": "^0.18.10",
|
|
"fs-extra": "^11.1.0",
|
|
"js-yaml": "^4.1.0",
|
|
"katex": "^0.16.10",
|
|
"markdown-yaml-metadata-parser": "^3.0.0",
|
|
"moment": "^2.29.4",
|
|
"rehype-katex": "6",
|
|
"remark-math": "5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/core": "^4.1.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|