-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 KB
/
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": "starter-astro",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"jampack": "jampack ./dist",
"preview": "astro preview",
"browsersync": "browser-sync start --server 'dist' --files 'dist'",
"remote-local": "node scripts/remoteLocal.js"
},
"dependencies": {
"@astrojs/prefetch": "^0.3.0",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/svelte": "^3.1.0",
"@cloudcannon/svelte-connector": "^1.0.3",
"@divriots/jampack": "^0.13.0",
"@rollup/plugin-yaml": "^4.1.1",
"astro": "^2.8.1",
"astro-robots-txt": "^0.5.0",
"astro-seo": "^0.7.5",
"glob": "^10.3.3",
"hommeui": "^0.6.10",
"prettier-plugin-astro": "^0.10.0",
"svelte": "^4.0.5",
"unocss": "^0.53.5"
},
"devDependencies": {
"@iconify-json/tabler": "^1.1.81",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^2.10.1",
"unocss-preset-radix": "^2.5.1"
}
}