-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
58 lines (58 loc) · 2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "hugo-theme-luna",
"description": "A simple, performance-first, SEO-friendly Hugo theme",
"version": "0.0.1",
"license": "GPL V3.0 ",
"author": "Ice-Hazymoon",
"scripts": {
"updateModules": "node ./updateModules.js",
"generateCss": "postcss ./assets/sass/main.scss -o ./assets/sass/main-without-postcss.scss",
"prettier": "npx prettier --write ./layouts/**/*.html ./assets/sass/**/*.scss"
},
"homepage": "https://github.com/Ice-Hazymoon/hugo-theme-luna",
"bugs": {
"url": "https://github.com/Ice-Hazymoon/hugo-theme-luna/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Ice-Hazymoon/hugo-theme-luna.git"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"cssnano-preset-advanced": "^5.3.10",
"postcss-easing-gradients": "^3.0.1",
"postcss-font-display": "^0.3.0",
"postcss-pxtorem": "^6.0.0",
"postcss-replace-values": "^2.3.0",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@swup/fade-theme": "^1.0.5",
"@swup/ga-plugin": "^1.1.0",
"@swup/head-plugin": "^1.3.0",
"@swup/progress-plugin": "^1.2.1",
"@swup/scripts-plugin": "^1.1.0",
"@swup/slide-theme": "^1.0.5",
"clipboard": "^2.0.11",
"eva-icons": "^1.1.3",
"flexsearch": "^0.7.31",
"jump.js": "https://github.com/Ice-Hazymoon/jump.js",
"katex": "^0.16.4",
"medium-zoom": "^1.0.8",
"normalize.css": "^8.0.1",
"pangu": "^4.0.7",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.2.3",
"swup": "^3.0.4",
"swup-morph-plugin": "^0.2.1",
"vanilla-lazyload": "^17.8.3"
},
"browserslist": [
"last 1 Chrome versions"
]
}