forked from g0v/landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 832 Bytes
/
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
{
"author": "Kirby Wu",
"name": "g0v.tw",
"license": "MIT",
"description": "g0v.tw official website",
"version": "0.0.1",
"homepage": "https://github.com/g0v/landing-page",
"repository": {
"type": "git",
"url": "https://github.com/g0v/landing-page"
},
"engines": {
"node": ">=9.5.0",
"npm": ">=5.6.0"
},
"scripts": {
"start": "npx server -r web -c web/config.json",
"build": "find . | grep \\.pug | xargs touch; npx lsc tool/parse-yaml.ls"
},
"dependencies": {
"@zbryikt/template": "^2.3.45",
"fedep": "1.3.0",
"fs-extra": "^8.1.0",
"livescript": "^1.6.0"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": []
},
"devDependencies": {
"js-yaml": "^4.1.0",
"marked": "^12.0.1",
"marked-gfm-heading-id": "^3.1.3"
}
}