-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "super-basic",
"type": "module",
"version": "0.0.1",
"scripts": {
"astro": "astro",
"build": "astro build",
"check": "astro check",
"dev": "astro check --watch & astro dev",
"format": "prettier --plugin-search-dir=. --write .",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.8.0",
"astro-compress": "^1.1.49",
"astro-robots-txt": "^0.5.0"
},
"devDependencies": {
"@astrojs/svelte": "^3.1.0",
"@astrojs/ts-plugin": "^1.0.10",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/parser": "^5.61.0",
"astro-icon": "^0.8.1",
"astro-navbar": "^2.0.0",
"astro-picture-element": "^0.2.3",
"astro-seo": "^0.7.4",
"daisyui": "^3.1.11",
"eslint": "^8.44.0",
"eslint-plugin-astro": "^0.27.2",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"sharp": "^0.32.1",
"svelte": "^4.0.5",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.2"
}
}