-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.09 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
{
"name": "florian.cassayre.me",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vike dev",
"build": "vike build",
"preview": "npm run build && npx serve dist/client -p 8181",
"generate-favicons": "tsx --tsconfig tsconfig.node.json src/scripts/favicons.ts",
"compile": "tsc --noEmit",
"lint": "gts lint --cache",
"fix": "gts fix --cache",
"clean": "gts clean",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/bitter": "5.1.1",
"@fontsource/inter": "5.1.1",
"@mdx-js/react": "3.1.0",
"@mdx-js/rollup": "3.1.0",
"@mui/icons-material": "5.16.14",
"@mui/joy": "5.0.0-beta.45",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.20",
"@react-icons/all-files": "4.1.0",
"@shikijs/transformers": "2.1.0",
"@types/mdx": "2.0.13",
"country-flag-icons": "1.5.14",
"jui-markdown": "1.0.0",
"react": "18.3.1",
"react-compiler-runtime": "19.0.0-beta-27714ef-20250124",
"react-dom": "18.3.1",
"react-intl": "7.1.0",
"rehype-pretty-code": "0.14.0",
"remark-gfm": "4.0.0",
"remark-rehype": "11.1.1",
"usehooks-ts": "3.1.0",
"vike": "0.4.220-commit-af5c91f",
"vike-react": "0.5.12",
"vite": "6.0.11"
},
"devDependencies": {
"@types/node": "20.14.8",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@vitejs/plugin-react": "4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
"eslint-plugin-react-hooks": "5.1.0",
"favicons": "7.2.0",
"gts": "6.0.2",
"mdast-util-to-hast": "13.2.0",
"patch-package": "8.0.0",
"sharp": "0.33.5",
"tsx": "4.19.2",
"typescript": "5.1.6"
},
"engines": {
"node": ">=20.0.0"
},
"overrides": {
"vike": "0.4.220-commit-af5c91f"
}
}