-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
35 lines (35 loc) · 893 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": "web",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.0.4",
"@astropub/icons": "^0.2.0",
"@notionhq/client": "^2.2.14",
"@tabler/icons": "^2.45.0",
"astro": "^4.6.1",
"astro-heroicons": "^2.1.1",
"astro-icon": "^1.1.0",
"moderndash": "^3.11.1",
"svelte": "^4.2.14",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@iconify-json/bi": "^1.1.22",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/solar": "^1.1.9",
"@iconify-json/tabler": "^1.1.103"
}
}