forked from roryg/ghostwriter
-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 753 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ghostwriter",
"version": "1.0.0",
"description": "Enhanced port of the Ghost \"ghostwriter\" theme to the Hugo site generator.",
"repository": "git@github.com:jbub/ghostwriter.git",
"author": "Juraj Bubniak <juraj.bubniak@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --progress --watch"
},
"devDependencies": {
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^8.0.0",
"mini-css-extract-plugin": "^2.9.2",
"normalize.css": "^8.0.1",
"sass-loader": "^16.0.5",
"webpack": "^5.105.0",
"webpack-cli": "^6.0.1",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-remove-empty-scripts": "^1.1.1"
}
}