generated from distantcam/windty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.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
{
"name": "huwindty",
"version": "0.1.0",
"description": "humbly upgraded 11ty template with tailwind",
"scripts": {
"start": "eleventy --serve",
"build": "cross-env ELEVENTY_PRODUCTION=true eleventy",
"clean": "rimraf _site"
},
"repository": {
"type": "git",
"url": "https://github.com/aloxe/huwindty.git"
},
"keywords": [
"eleventy",
"11ty",
"tailwind"
],
"author": "Alix Guillard",
"license": "Art Libre",
"homepage": "https://github.com/distantcam/huwindty#readme",
"bugs": {
"url": "https://github.com/distantcam/huwindty/issues"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"eleventy-plugin-page-assets": "^0.3.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"cssnano": "^7.0.6",
"html-minifier-terser": "^7.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@11ty/eleventy-img": "^5.0.0",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@toycode/markdown-it-class": "^1.2.4",
"markdown-it-attrs": "^4.3.0",
"markdown-it-highlightjs": "^4.2.0"
}
}