-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 984 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
36
37
38
{
"name": "irena-web",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint ."
},
"dependencies": {
"@ark-ui/solid": "^4.5.1",
"@astrojs/check": "^0.9.4",
"@astrojs/solid-js": "^4.4.4",
"astro": "^4.16.16",
"astro-seo": "^0.8.4",
"sharp": "^0.33.5",
"solid-js": "^1.9.3",
"typescript": "^5.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/bxl": "^1.2.1",
"@iconify-json/material-symbols": "^1.2.8",
"@solid-primitives/media": "^2.2.9",
"@unocss/eslint-plugin": "0.64.1",
"@unocss/reset": "0.64.1",
"astro-nanointl": "^1.0.0",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^0.1.3",
"unocss": "0.64.1",
"unplugin-icons": "^0.20.2",
"virtua": "^0.38.1"
}
}