This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.65 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
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "panda codegen",
"dev": "vite",
"build": "tsc && vite build",
"fmt": "prettier --write .",
"lint": "eslint --ext .ts,.tsx ./src/",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/noto-sans-jp": "^5.0.18",
"@fontsource/noto-serif-jp": "^5.0.11",
"@generouted/react-router": "^1.18.5",
"@mantine/charts": "^7.7.0",
"@mantine/core": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@mdx-js/react": "^3.0.1",
"@mdx-js/rollup": "^3.0.1",
"@nanostores/react": "^0.7.2",
"nanostores": "^0.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"recharts": "2",
"remark-gfm": "^4.0.0",
"vike": "^0.4.168"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@pandacss/dev": "^0.36.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.0",
"postcss-preset-mantine": "^1.13.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}