-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
46 lines (46 loc) · 1.16 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
{
"bugs": {
"url": "https://github.com/canstand/compost/issues"
},
"comments": {
"dependencies": {
"@alpinejs/intersect": "project",
"alpinejs": "project"
},
"devDependencies": {
"@tailwindcss/typography": "project",
"autoprefixer": "project",
"postcss": "project",
"postcss-cli": "project",
"prettier": "project",
"prettier-plugin-go-template": "project",
"prettier-plugin-tailwindcss": "project",
"tailwindcss": "project"
}
},
"dependencies": {
"@alpinejs/intersect": "^3.13.10",
"alpinejs": "^3.13.10"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.12"
},
"homepage": "https://canstand.github.io/compost",
"license": "MIT",
"name": "hugo-compost",
"repository": {
"type": "git",
"url": "https://github.com/canstand/compost.git"
},
"scripts": {
"prettier": "npx prettier --write ."
},
"version": "0.7.0"
}