forked from brown-ccv/ccv-website-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
43
44
45
46
47
48
49
{
"name": "ccv-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"citation-js": "^0.5.0-alpha.4",
"cz-conventional-changelog": "^3.0.2",
"dotenv": "^8.2.0",
"git-cz": "^3.3.0",
"hugo": "0.0.3",
"hugo-bin": "^0.51.2",
"js-base64": "^2.5.1",
"js-yaml": "^3.13.1",
"request": "^2.88.0"
},
"scripts": {
"precommit": "node index.js && hugo",
"commit": "git-cz",
"fetch": "node index.js",
"preserve": "node index.js",
"serve": "hugo serve --disableFastRender --ignoreCache",
"prebuild": "node index.js",
"prebuild:production": "node index.js",
"build": "hugo --baseURL https://$HEROKU_APP_NAME.herokuapp.com",
"build:production": "hugo --baseURL https://$BASEURL.brown.edu",
"version": "hugo version",
"new": "hugo new"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brownccv/ccv-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brownccv/ccv-website/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"hugo-bin": {
"buildTags": "extended"
},
"homepage": "https://github.com/brown-data-science/ccv-website#readme"
}