-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 981 Bytes
/
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
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@mdx-js/rollup": "^2.2.1",
"bootstrap": "^5.2.3",
"js-yaml": "^4.1.0",
"list-react-files": "^0.2.0",
"markdown-to-jsx": "^7.1.8",
"nanoid": "^3.3.4",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"react-medium-image-zoom": "^5.1.2",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.6.1",
"react-transition-group": "^4.4.5",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.2.1",
"sass": "^1.57.1"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.0.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}