-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 900 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 900 Bytes
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
{
"name": "tinytownstudio.github.io",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve",
"prepare": "husky"
},
"prettier": "@barelyhuman/prettier-config",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@barelyhuman/prettier-config": "^2.0.2",
"@fullhuman/postcss-purgecss": "^7.0.2",
"clean-css": "^5.3.3",
"eleventy-plugin-purgecss": "^0.5.0",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"tiny-glob": "^0.2.9"
},
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"dependencies": {
"markdown-it": "^14.1.0"
}
}