-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
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
{
"name": "sebdanielsson.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write",
"format:check": "prettier . --check",
"lint": "eslint",
"lint:fix": "eslint --fix",
"stylelint": "stylelint \"src/**/*.{astro,css}\""
},
"dependencies": {
"@astrojs/check": "0.9.9",
"@astrojs/mdx": "5.0.4",
"@astrojs/rss": "4.0.18",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@octokit/rest": "^22.0.0",
"@tailwindcss/vite": "^4.2.1",
"astro": "6.1.10",
"astro-expressive-code": "^0.41.3",
"node-html-parser": "^7.0.1",
"sharp": "^0.34.4",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^10.0.3",
"eslint-plugin-astro": "^1.6.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"stylelint": "^17.4.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^40.0.0",
"typescript": "~6.0.0",
"typescript-eslint": "^8.57.0"
},
"engines": {
"bun": ">=1.3.10"
}
}