-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.57 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "fiorins.github.io",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/montserrat": "^5.0.8",
"@fontsource/righteous": "^5.0.8",
"@fontsource/source-code-pro": "^5.0.8",
"@mdx-js/react": "^2.3.0",
"@mdx-js/rollup": "^2.3.0",
"@types/mdx": "^2.0.7",
"framer-motion": "^10.15.1",
"gray-matter": "^4.0.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.15.0",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.20.0",
"react-use-clipboard": "^1.0.9",
"remark": "^14.0.3",
"remark-frontmatter": "^4.0.1",
"remark-mdx": "^2.3.0",
"remark-mdx-frontmatter": "^3.0.0",
"sort-by": "^1.2.0",
"typewriter-effect": "^2.20.1"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^5.0.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}