generated from lukeshay/next-tailwind-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 929 Bytes
/
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
{
"name": "lukeshay.com",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --check --write . src/**/*.astro",
"upgrade": "ncu"
},
"dependencies": {
"@fontsource/ibm-plex-mono": "5.1.0",
"@fontsource/inter": "5.1.0",
"@fortawesome/fontawesome-free": "6.7.2",
"astro": "5.1.1",
"cache-parser": "1.2.5",
"prettier-plugin-astro": "0.14.1",
"tailwind-merge": "2.5.5"
},
"devDependencies": {
"@astrojs/netlify": "6.0.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "5.1.4",
"@lshay/prettier-config": "0.7.0",
"@tailwindcss/forms": "0.5.9",
"npm-check-updates": "17.1.12",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "3.4.17"
},
"engines": {
"node": "22.12.0"
}
}