-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
48
49
{
"name": "Philipp Heinrich",
"version": "1.4.1",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w ./src ./src/**/*.astro"
},
"devDependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^8.56.12",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"astro": "^4.16.18",
"astro-eslint-parser": "^0.9.5",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-astro": "^0.21.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "0.7.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^29.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.5"
},
"dependencies": {
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^4.0.10",
"sharp": "^0.33.5"
}
}