-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "parriauxmaxime.github.io",
"version": "0.1.0",
"private": true,
"homepage": "https://parriauxmaxime.github.io",
"dependencies": {
"@tailwindcss/typography": "^0.5.7",
"@types/node": "^16.11.33",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"i18next": "^21.7.1",
"i18next-browser-languagedetector": "^6.1.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^11.16.9",
"typescript": "^5.9.3"
},
"scripts": {
"start": "rsbuild dev",
"build": "rsbuild build && node scripts/prerender.mjs",
"preview": "rsbuild preview",
"lint": "biome check --write .",
"format": "biome format --write .",
"check": "biome check .",
"typecheck": "tsc --noEmit",
"ci": "biome check . && tsc --noEmit",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@rsbuild/core": "^1.7.3",
"@rsbuild/plugin-react": "^1.4.5",
"autoprefixer": "^10.4.12",
"gh-pages": "^4.0.0",
"postcss": "^8.4.17",
"puppeteer": "^24.37.5",
"tailwindcss": "^3.1.8"
}
}