forked from one-among-us/data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"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 <[email protected]>",
"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"
}
}