-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.33 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "th3s4mur41.me",
"type": "module",
"version": "2.1.0",
"license": "LICENSE",
"private": true,
"description": "th3s4mur41.me website",
"keywords": ["th3s4mur41", "th3s4mur41.me", "website"],
"engines": {
"node": ">= 20.0.0",
"npm": ">= 9.0.0"
},
"bugs": "https://github.com/Th3S4mur41/th3s4mur41.me/issues",
"repository": {
"type": "git",
"url": "https://github.com/Th3S4mur41/th3s4mur41.me.git"
},
"homepage": "https://th3s4mur41.me",
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@fontsource/cascadia-code": "^4.2.1",
"@fontsource/nanum-brush-script": "^5.1.0",
"astro": "^4.16.14"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@csstools/postcss-oklab-function": "^4.0.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@squoosh/cli": "^0.7.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"browserslist": "^4.24.2",
"concurrently": "^9.1.0",
"cssnano": "^7.0.6",
"cssremedy": "^0.1.0-beta.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-compat": "^6.0.1",
"hint": "^7.1.13",
"html-loader": "^5.1.0",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-nesting": "^13.0.0",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-handlebars": "^1.6.0"
},
"optionalDependencies": {
"lint-staged": "^15.2.10",
"semantic-release": "^24.2.0"
},
"scripts": {
"start": "astro dev",
"start:prod": "astro preview",
"build": "astro build",
"build:favicon": "real-favicon check-for-update --fail-on-update faviconData.json",
"images:webp": "squoosh-cli --webp auto --output-dir public/icons public/icons/android*.png",
"lint": "prettier --check --ignore-unknown --no-error-on-unmatched-pattern . && biome ci .",
"lint:fix": "prettier --write --ignore-unknown --no-error-on-unmatched-pattern . && biome check --write .",
"test": "echo No test specified",
"test:visual": "npx percy snapshot ./dist",
"release": "semantic-release",
"version": "npm run lint:fix",
"prepare": "husky"
}
}