-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.49 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
50
51
52
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.ts,.astro",
"format": "prettier -w \"**/*\" --ignore-unknown",
"import": "html-to-markdown -o src/pages"
},
"dependencies": {
"@astrojs/partytown": "^2.0.1",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/svelte": "^4.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource-variable/inter": "^5.0.13",
"@fontsource/jetbrains-mono": "^5.0.15",
"@wcj/html-to-markdown-cli": "^1.0.0",
"astro": "^3.3.2",
"astro-tabs": "^0.1.8",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"rss-parser": "^3.13.0",
"sass": "^1.69.4",
"svelte": "^4.2.1",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@astrolib/seo": "^0.6.0",
"@fontsource/syne": "^5.0.15",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.200",
"@types/marked": "^6.0.0",
"@types/papaparse": "^5.3.10",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"marked": "^9.1.2",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.6",
"svelte-loading-spinners": "^0.3.4",
"typescript": "^5.2.2"
}
}