-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 811 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
26
27
28
29
30
31
{
"name": "withblueink-theme",
"version": "0.1.0",
"private": true,
"description": "Theme for the withblue.ink blog",
"main": "index.js",
"repository": "https://github.com/ItalyPaleAle/WithBlueInk",
"author": "ItalyPaleAle",
"license": "MIT",
"scripts": {
"start": "hugo --gc"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.4",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.2.10"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"dependencies": {
"basiclightbox": "^5.0.4"
}
}