-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.3 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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier --write .",
"lint": "eslint src",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.0.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/ts-plugin": "^1.8.0",
"@fontsource-variable/inter": "^5.0.18",
"@tailwindcss/vite": "4.0.0-alpha.15",
"astro": "^4.8.6",
"astro-expressive-code": "^0.35.3",
"date-fns": "^3.6.0",
"flexsearch": "^0.7.43",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.33.3",
"tailwindcss": "4.0.0-alpha.14",
"typeit": "^8.8.3",
"typescript": "^5.4.5",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@typescript-eslint/parser": "^7.7.1",
"eslint-plugin-astro": "^1.0.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.1.5",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}