forked from jbub/ghostwriter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 822 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
{
"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 --colors --watch"
},
"devDependencies": {
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"perfectionist": "^2.4.0",
"postcss-discard-comments": "^4.0.2",
"sass-loader": "^8.0.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-fix-style-only-entries": "^0.4.0"
}
}