-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 890 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
{
"name": "astro-portfolio",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "playwright test"
},
"dependencies": {
"@astrojs/mdx": "^1.1.1",
"@astrojs/tailwind": "^5.0.1",
"@astrojs/ts-plugin": "^1.1.3",
"astro": "^3.2.3",
"astro-i18next": "^1.0.0-beta.21",
"astro-icon": "^0.8.0",
"astro-navbar": "^2.2.1",
"astro-seo": "^0.8.0",
"eslint": "^8.42.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^3.1.0",
"@playwright/test": "^1.33.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.5",
"rehype-autolink-headings": "^7.0.0",
"rehype-slug": "^6.0.0"
},
"packageManager": "[email protected]"
}