-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "greener-dalii_studio",
"type": "module",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"clean": "rimraf dist .astro node_modules"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.12",
"@types/micromodal": "^0.3.3",
"astro": "^4.16.18",
"astro-icon": "^1.1.1",
"daisyui": "^4.12.10",
"prettier": "2.8.3",
"prettier-plugin-astro": "^0.8.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"rimraf": "^4.4.1",
"tailwindcss-fluid-type": "^2.0.3"
},
"dependencies": {
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/mdx": "^2.3.1",
"@fontsource/inter": "^4.5.15",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/ri": "^1.1.19",
"micromodal": "^0.4.10",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.2",
"tailwindcss": "^3.3.3",
"tiny-invariant": "^1.3.1"
}
}