forked from midudev/sofia-surferss-wave-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 861 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 861 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
{
"name": "sofia-surferss-web",
"type": "module",
"version": "0.0.1",
"license": "CC-BY-NC-ND-4.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/sitemap": "3.4.2",
"@fontsource/bebas-neue": "5.2.6",
"@tailwindcss/vite": "4.1.11",
"@vercel/analytics": "1.5.0",
"astro": "5.12.8",
"tailwindcss": "4.1.11"
},
"devDependencies": {
"astro-eslint-parser": "1.2.2",
"eslint": "9.32.0",
"eslint-plugin-astro": "1.3.1",
"neostandard": "0.12.2",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"sharp": "0.34.3",
"typescript-eslint": "8.39.0"
}
}