generated from silveltman/starter-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.56 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
48
49
{
"name": "starter-astro",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:all": "yarn build && yarn rosey:build",
"preview": "astro preview",
"browsersync": "browser-sync start --server 'dist' --files 'dist'",
"astro": "astro",
"rosey:gen": "yarn build && npx rosey generate --source dist",
"rosey:serve": "npx rosey build --source dist --default-language nl --serve",
"rosey:build": "npx rosey build --source dist --default-language nl"
},
"dependencies": {
"@astrojs/partytown": "^1.2.3",
"@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.11.4",
"@radix-ui/colors": "^0.1.8",
"@rollup/plugin-yaml": "^4.1.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"antislipprofiles-ui": "^0.5.16",
"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",
"google-fonts-helper": "^3.3.0",
"rudder-sdk-js": "^2.40.4",
"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"
}
}