-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 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
{
"name": "astronotion-starter-ssg",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --experimental-integrations",
"start": "astro dev --experimental-integrations",
"build": "astro build --experimental-integrations",
"preview": "astro preview --experimental-integrations",
"format": "prettier --write src"
},
"devDependencies": {
"@astrojs/sitemap": "^0.1.0",
"@astrojs/svelte": "^0.1.2",
"@astrojs/tailwind": "^0.2.1",
"@siverv/astro-lunr": "^0.0.3",
"@tailwindcss/typography": "^0.5.2",
"astro": "^1.0.0-beta.27",
"astro-embed": "^0.1.0",
"astro-xelement": "^3.2.0",
"autoprefixer": "^10.4.7",
"daisyui": "^2.14.3",
"feather-icons": "^4.29.0",
"notion-client": "^6.12.9",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"prettier-plugin-astro": "^0.0.12",
"prettier-plugin-svelte": "^2.7.0",
"prettier-plugin-tailwindcss": "^0.1.10",
"sass": "^1.51.0",
"svelte": "^3.46.4",
"svelte-share-buttons-component": "^1.5.0",
"tailwindcss": "^3.0.24",
"theme-change": "^2.0.2"
},
"dependencies": {
"@actus/svelte": "^2.3.2",
"@rgossiaux/svelte-headlessui": "^1.0.0",
"accessible-astro-components": "^1.5.3",
"astro-imagetools": "^0.6.3",
"astronotion": "0.0.6-alpha.54",
"ekas-throwaway-package": "^0.0.0-alpha.14",
"swup": "^2.0.14"
}
}