-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 919 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
{
"name": "www.swibly.com.br",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.1",
"@typescript-eslint/parser": "^7.18.0",
"astro": "^4.16.0",
"eslint": "^9.12.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@iconify-json/material-symbols": "^1.2.3",
"astro-icon": "^1.1.1",
"daisyui": "^4.12.13",
"globals": "^15.11.0",
"typescript-eslint": "^7.18.0"
}
}