-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
42 lines (42 loc) · 1.47 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
40
41
42
{
"name": "phabricator_zh_hans",
"version": "1.0.0",
"description": "Phabricator zh_Hans Translation & Tools.",
"main": "index.js",
"repository": "https://github.com/arielyang/phabricator_zh_Hans",
"scripts": {
"start": "node index.js",
"compile": "./bin/compile",
"update": "./bin/update",
"crop": "./bin/crop",
"check": "./bin/check",
"discover-all": "./bin/discover all",
"discover-similar": "./bin/discover similar",
"discover-obsoleted": "./bin/discover obsoleted",
"discover-terminology": "./bin/discover terminology",
"discover-unit": "./bin/discover unit",
"copy-lib": "cp node_modules/vue/dist/vue.min.js public/js ; cp node_modules/whatwg-fetch/dist/fetch.umd.js public/js ; cp node_modules/pluralize/pluralize.js public/js ; cp node_modules/@fortawesome/fontawesome-free/css/all.min.css public/fontawesome/css/all.min.css ; cp node_modules/@fortawesome/fontawesome-free/webfonts/* public/fontawesome/webfonts/"
},
"bin": {
"compile": "bin/compile",
"sortjson": "bin/sortjson"
},
"author": "Ariel Yang <[email protected]>",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"body-parser": "^1.18.3",
"ejs": "^3.1.7",
"express": "^4.16.4",
"jsonfile": "^5.0.0",
"phplint": "^2.0.1",
"pluralize": "^7.0.0",
"vue": "^2.6.8",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"axios": "^0.21.2",
"cheerio": "^1.0.0-rc.3",
"jimp": "^0.9.8"
}
}