-
-
Notifications
You must be signed in to change notification settings - Fork 220
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "minimo",
"description": "Minimalist theme for Hugo",
"version": "2.9.0",
"author": {
"name": "Munif Tanjim",
"url": "https://muniftanjim.dev"
},
"repository": "MunifTanjim/minimo",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
"watch": "webpack --watch --progress --colors"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"assets-webpack-plugin": "^3.9.10",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"algoliasearch": "^3.29.0",
"es6-docready": "^1.0.0",
"fuse.js": "^3.2.1",
"lunr": "^2.3.0",
"normalize.css": "^8.0.0",
"twemoji": "^2.5.1"
}
}