-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.37 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.37 KB
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
{
"name": "simpl",
"version": "0.10.0",
"description": "A simpl(e) Hugo Theme",
"author": "@esacteksab",
"workspaces": [
"packages/hugoautogen"
],
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"scripts": {
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
},
"devDependencies": {
"@tailwindcss/cli": "^4.2.2",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.27",
"install": "^0.13.0",
"npm": "^11.12.1",
"postcss": "^8.5.8",
"postcss-cli": "^11.0.1",
"postcss-color-converter": "^1.2.1",
"postcss-flexbugs-fixes": "^5.0.2",
"prettier": "^3.8.1",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-pkg": "^0.22.0",
"prettier-plugin-sh": "^0.18.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"prettier-plugin-toml": "^2.0.6",
"stylelint": "^17.6.0",
"stylelint-config-recommended": "^18.0.0",
"tailwindcss": "^4.2.2"
},
"postcss": {
"map": false,
"plugins": {
"css-declaration-sorter": {
"order": "smacss"
}
}
}
}