forked from jhburns/3GCI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.54 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "cyber-help",
"version": "1.1.1",
"description": "For a FFC GCI project",
"repository": {
"type": "git",
"url": "https://github.com/jhburns/3GCI.git"
},
"author": {
"name": "Jonathan Burns",
"email": "[email protected]"
},
"directories": {
"doc": "Documentation"
},
"scripts": {
"watch": "yarn thumbs && webpack --config ./build_scripts/webpack.config.js --watch",
"make": "yarn lunar & yarn thumbs && yarn prod-webpack && hugo && yarn clean",
"premade": "yarn lunar & yarn thumbs",
"prod-webpack": "webpack -p --config ./build_scripts/webpack.production.config.js",
"start": "hugo server --disableFastRender -D --config config.toml --forceSyncStatic",
"fastball": "yarn thumbs && webpack && hugo server",
"new": "hugo new -k blog",
"new-link": "node ./build_scripts/file_copy.js ./data/link_template.toml.ig ./data/links/",
"new-peep": "node ./build_scripts/file_copy.js ./data/people_template.toml.ig ./data/people/",
"thumbs": "node ./build_scripts/thumb_gen.js",
"lunar": "node ./node_modules/grunt/bin/grunt -gruntfile ./build_scripts/Gruntfile.js lunr-index -v",
"clean": "yarn cust-clean ./build_scripts/clean.toml",
"wipe": "yarn cust-clean ./build_scripts/wipe.toml",
"cust-clean": "node ./build_scripts/clean.js",
"upload": "git add ./content/* ./themes/GCI/scr/img/blog/* ./themes/GCI/scr/img/blog/icons/* ./themes/GCI/scr/img/profile/* ./data/*"
},
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"babel-preset-env": "^1.7.0",
"download-file": "^0.1.5",
"file-loader": "^1.1.11",
"fs-extra": "^7.0.0",
"hugo-cli": "https://github.com/UXSoc/hugo-cli/archive/0.6.2.tar.gz",
"jquery": "^3.3.1",
"minimatch": "^3.0.4",
"popper.js": "^1.14.3",
"scss": "^0.2.4"
},
"devDependencies": {
"ajv": "^6.5.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"bootstrap": "4.1.2",
"colors": "^1.3.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "0.0.9",
"glob": "^7.1.2",
"grunt": "^1.0.3",
"html-webpack-plugin": "^3.2.0",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^6.0.0",
"imagemin-webpack": "^3.0.0",
"node-sass": "^4.9.0",
"resolve-url-loader": "^2.3.0",
"rmdir": "^1.2.0",
"sass-loader": "^7.0.1",
"scraper-js": "^1.0.2",
"string": "^3.3.3",
"style-loader": "^0.21.0",
"toml": "^2.3.3",
"webpack": "^3.11.0",
"webpack-shell-plugin": "^0.5.0"
}
}