generated from silveltman/starter-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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
39
40
41
42
43
44
45
46
47
{
"name": "starter-astro",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"jampack": "jampack ./dist",
"browsersync": "browser-sync start --server 'dist' --files 'dist'",
"astro": "astro",
"cache-remote-images": "node cacheRemoteImages.js",
"down": "node cacheRemoteImages.js"
},
"dependencies": {
"@astrojs/prefetch": "^0.2.3",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/svelte": "^2.2.0",
"@astrojs/tailwind": "^3.1.3",
"@cloudcannon/svelte-connector": "^1.0.3",
"@divriots/jampack": "^0.13.0",
"@radix-ui/colors": "^0.1.8",
"@rollup/plugin-yaml": "^4.1.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"astro": "^2.5.1",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-robots-txt": "^0.5.0",
"astro-seo": "^0.7.2",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"fulldev-ui": "^0.5.16",
"google-fonts-helper": "^3.3.0",
"rippleui": "^1.12.1",
"svelte": "^3.59.1",
"tailwindcss": "^3.3.2",
"tailwindcss-themer": "^3.1.0"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.0",
"prettier-plugin-svelte": "^2.10.0",
"prettier-plugin-tailwindcss": "^0.3.0"
}
}