-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
43
44
45
46
47
{
"name": "website",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "NODE_ENV=production hexo generate && NODE_ENV=production webpack",
"clean": "hexo clean",
"deploy": "npm run build && ghpages -p public -r [email protected]:couplingcafe/couplingcafe.github.io",
"start": "concurrently \"hexo generate --draft --watch\" \"live-server public\" \"webpack --watch\"",
"substack": "node substack.js && git add src && git commit -m 'sync substack' && git push origin master && npm run deploy"
},
"description": "Website.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/learncoupling/learncoupling.github.io.git"
},
"author": "Coupling",
"dependencies": {
"autoprefixer": "9.7.4",
"concurrently": "^8.2.2",
"ghpages": "0.0.10",
"hexo": "^4.2.1",
"hexo-all-minifier": "^0.5.3",
"hexo-autoprefixer": "1.0.0",
"hexo-deployer-git": "0.3.0",
"hexo-generator-index": "0.2.0",
"hexo-prism-plugin": "2.1.2",
"hexo-renderer-marked": "github:pashokus/hexo-renderer-marked#0267532",
"hexo-renderer-nunjucks": "1.0.5",
"hexo-renderer-stylus": "0.3.1",
"hexo-server": "0.2.0",
"live-server": "1.2.1",
"node-fetch": "^2.6.0",
"stylus": "0.54.5",
"webpack": "^4.42.0",
"webpack-dev-server": "^3.10.3"
},
"hexo": {
"version": "4.2.1"
},
"devDependencies": {
"moment": "^2.29.1",
"webpack-cli": "^3.3.11",
"xml2js": "^0.4.23"
}
}