-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.11 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
{
"name": "hugo-theme-tokiwa",
"version": "1.0.0",
"description": "A minimal blog theme inspired by the color tokiwa-iro",
"main": "index.js",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"hugo",
"gohugo"
],
"author": "He Yeshuang",
"license": "MIT",
"scripts": {
"dev": "wp --config webpack/dev.config.js",
"build": "cross-env NODE_ENV=production wp --config webpack/prod.config.js",
"start": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@fullhuman/postcss-purgecss": "^3.1.3",
"autoprefixer": "^10.2.1",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"mini-css-extract-plugin": "^1.3.4",
"node-sass": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.1.0",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.14.0",
"webpack-merge": "^5.7.3",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.2.1"
}
}