-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.89 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "biancafiore",
"description": "A portfolio for the best content writer ever",
"keywords": [
"astro",
"typescript",
"css",
"cloudflare",
"NGO",
"blog",
"portfolio",
"marketing",
"content writing",
"seo"
],
"author": "Ferran Buireu <[email protected]>",
"version": "2.0.2",
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=22.6.0"
},
"scripts": {
"prepare": "husky",
"start": "astro dev --open",
"build": "yarn check && astro build",
"preview": "astro preview",
"sync": "astro sync",
"check": "astro check",
"test:all": "yarn test:ut && yarn test:e2e",
"test:ut": "vitest --passWithNoTests --logHeapUsage",
"test:ut:changed": "yarn test:ut --bail --findRelatedTests",
"test:e2e": "playwright test --pass-with-no-tests",
"test:e2e:ui": "yarn test:e2e --ui",
"test:e2e:changed": "yarn test:e2e --only-changed",
"format": "biome check --write --no-errors-on-unmatched",
"format:changed": "yarn format --changed",
"format:all": "yarn format .",
"lint": "biome lint --no-errors-on-unmatched",
"lint:all": "yarn lint .",
"lint:all:fix": "yarn lint:all --fix",
"lint:changed": "yarn lint --write --changed",
"lint:ts:typecheck": "tsc --project . --noEmit"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "12.0.0-beta.1",
"@astrojs/mdx": "4.0.0-beta.3",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@contentful/rich-text-html-renderer": "^17.0.0",
"@fontsource-variable/nunito-sans": "^5.1.0",
"@fontsource/baskervville": "^5.1.0",
"@hookform/resolvers": "^3.9.1",
"@million/lint": "^1.0.12",
"algoliasearch": "^5.13.0",
"astro": "5.0.0-beta.7",
"clsx": "^2.1.1",
"contentful": "^11.2.1",
"firebase": "^11.0.1",
"firebase-admin": "^13.0.0",
"gsap": "^3.12.5",
"instantsearch.css": "^8.5.1",
"markdown-it": "^14.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-globe.gl": "^2.27.4",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.53.2",
"react-instantsearch": "^7.13.7",
"react-router-dom": "^6.28.0",
"resend": "^4.0.1-alpha.0",
"swiper": "^11.1.14",
"three": "^0.170.0",
"typescript": "^5.6.3",
"vanilla-cookieconsent": "^3.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/format": "^19.5.0",
"@playwright/test": "^1.48.2",
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@types/add": "^2.0.3",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.170.0",
"conventional-changelog-atom": "^5.0.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"vitest": "^2.1.4"
}
}