-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 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
35
36
37
38
39
40
{
"name": "astro-cube-tw-boilerplate",
"type": "module",
"version": "0.0.1",
"author": "Roland Franke <css@rolandfranke.nl>",
"description": "A simple Astro boilerplate with CUBE CSS and TailwindCSS",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.1.1",
"astro-icon": "^1.1.5",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"@types/postcss-js": "^4.0.4",
"postcss": "^8.4.49",
"postcss-custom-media": "^11.0.5",
"postcss-js": "^4.0.1",
"postcss-preset-env": "^10.1.3",
"postcss-utopia": "^1.1.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20.11.0"
},
"packageManager": "pnpm@9.12.1"
}