forked from FujoWebDev/fujocoded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 972 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
{
"name": "fujocoded",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.2.1",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/logos": "^1.1.42",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.4.8",
"astro-icon": "^1.1.0",
"astro-meta-tags": "^0.2.2",
"interactjs": "^1.10.26",
"marked": "^12.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@iconify-json/lucide": "^1.1.175",
"@iconify-json/simple-icons": "^1.1.93",
"@tailwindcss/typography": "^0.5.10",
"@total-typescript/ts-reset": "^0.5.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12",
"social-links": "^1.14.0"
}
}