-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "casperengelmann.com",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "astro build",
"predeploy": "npm run build",
"dev": "astro dev",
"start": "astro preview",
"type-check": "tsc --noEmit --pretty",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/mdx": "3.1.5",
"@astrojs/node": "^8.3.3",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.12",
"@types/bun": "^1.0.12",
"@types/ms": "^0.7.34",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"ansi-align": "^3.0.1",
"astro": "4.15.1",
"clsx": "^2.1.1",
"cross-var": "^1.1.0",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"eslint": "^9.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^52.0.0",
"glob": "^11.0.0",
"ms": "^2.1.3",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"redis": "^4.7.0",
"string-width": "^7.2.0",
"tailwind-merge": "^2.4.0",
"tiny-invariant": "^1.3.3",
"zod": "^3.22.4"
}
}