-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 923 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": "@letsmoe/portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.17.2",
"@astrojs/node": "^5.1.1",
"@astrojs/svelte": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
"@tailwindcss/typography": "^0.5.10",
"astro": "^2.3.2",
"express": "^4.18.2",
"fuse.js": "^6.6.2",
"marked": "^12.0.1",
"moment": "^2.30.1",
"radix-svelte-icons": "^1.0.0",
"shiki": "^0.14.1",
"svelte": "^3.55.1",
"tailwindcss": "^3.2.7",
"wavesurfer.js": "^7.7.15"
},
"devDependencies": {
"astro-compress": "^2.2.17",
"astro-icon": "^0.8.0",
"astro-imagetools": "^0.8.1",
"daisyui": "latest",
"sass": "^1.58.3",
"sharp": "^0.31.3",
"svelte-preprocess": "^5.0.1"
}
}