-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 889 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 889 Bytes
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
{
"name": "translations",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "bash build.sh",
"build:cloudflare-pages": "env-cmd -f .env.cloudflare-pages bash build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atcoder-for-chinese-developers/translations.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/atcoder-for-chinese-developers/translations/issues"
},
"homepage": "https://github.com/atcoder-for-chinese-developers/translations#readme",
"dependencies": {
"env-cmd": "^10.1.0",
"escape-html": "^1.0.3",
"install": "^0.13.0",
"jsdom": "^20.0.2",
"katex": "^0.16.3",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-texmath": "^1.0.0",
"npm": "^8.19.3",
"prismjs": "^1.29.0",
"yaml-front-matter": "^4.1.1"
}
}