-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "sebbo.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "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.3",
"@astrojs/tailwind": "5.1.2",
"@fontsource/kalam": "^5.1.0",
"@octokit/rest": "^21.0.2",
"astro": "5.0.0-beta.12",
"node-html-parser": "^6.1.13",
"tailwindcss": "3.4.15"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.11.1",
"eslint-plugin-astro": "^1.2.4",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-astro": "^0.14.1",
"stylelint": "^16.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "~5.7.0",
"typescript-eslint": "^8.7.0"
}
}