-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "sfbrigade.github.io",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint:es": "eslint .",
"lint:css": "stylelint \"src/**/*.{astro,css}\"",
"lint:fix": "npm run lint:es -- --fix && npm run lint:css -- --fix",
"lint": "(npm run lint:es || cd .) && npm run lint:css"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.2",
"@astrojs/rss": "^4.0.10",
"@iconify-json/fa": "^1.2.1",
"@iconify-json/fa6-brands": "^1.2.5",
"@picocss/pico": "^2.0.6",
"@stylistic/eslint-plugin": "^2.12.1",
"@stylistic/stylelint-config": "^2.0.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.18.2",
"astro": "^5.1.1",
"astro-icon": "=1.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"eslint-plugin-astro": "^1.3.1",
"fast-glob": "^3.3.2",
"marked": "^15.0.4",
"postcss-html": "^1.7.0",
"postcss-nesting": "^13.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stylelint": "^16.12.0",
"stylelint-config-html": "^1.1.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
}
}