-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.06 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
{
"comments": {
"dependencies": {
"@alpinejs/intersect": "github.com/canstand/compost",
"alpinejs": "github.com/canstand/compost"
},
"devDependencies": {
"@tailwindcss/typography": "github.com/canstand/compost",
"autoprefixer": "github.com/canstand/compost",
"postcss": "github.com/canstand/compost",
"postcss-cli": "github.com/canstand/compost",
"prettier": "github.com/canstand/compost",
"prettier-plugin-go-template": "github.com/canstand/compost",
"prettier-plugin-tailwindcss": "github.com/canstand/compost",
"tailwindcss": "github.com/canstand/compost"
}
},
"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"
},
"name": "test-site",
"version": "0.1.0"
}