forked from zhonger/jekyll-theme-H2O-ac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 667 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 667 Bytes
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
{
"name": "jekyll-theme-h2o-ac",
"version": "1.3.1",
"description": "",
"engines": {
"node": "^18.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch",
"sass-ver": "sass --version"
},
"author": "",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.5",
"sass": "^1.51.0",
"sass-loader": "^13.2.2",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
}
}