forked from ColoradoCodingOrg/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 802 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
{
"name": "coloradocoders",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.3",
"@astrojs/svelte": "^4.0.3",
"@astrojs/tailwind": "^5.0.2",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"astro": "^3.3.0",
"astro-icon": "^0.8.1",
"preline": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",
"@tailwindcss/typography": "^0.5.10",
"flowbite": "^2.2.0",
"flowbite-svelte": "^0.44.20",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
}
}