-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 994 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 994 Bytes
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": "restuarant",
"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.3.1",
"@astrojs/tailwind": "^5.0.3",
"@astrolib/seo": "^1.0.0-beta.4",
"@fontsource-variable/montserrat": "^5.0.16",
"@fontsource-variable/outfit": "^5.0.8",
"@iconify-json/mdi": "^1.1.63",
"@iconify-json/tabler": "^1.1.102",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.3",
"astro-icon": "^1.0.1",
"limax": "^4.1.0",
"lodash.merge": "^4.6.2",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.0.24",
"tailwindcss-patterns": "^0.1.2",
"typescript": "^5.2.2",
"unpic": "^3.14.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"js-yaml": "^4.1.0",
"prettier-plugin-astro": "^0.12.2"
}
}