-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "portfolio-react",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"@reduxjs/toolkit": "^1.6.2",
"@types/uuid": "^8.3.1",
"framer-motion": "^4.1.17",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.32.2",
"react-loader-spinner": "^4.0.0",
"react-redux": "^7.2.5",
"react-scroll": "^1.8.4",
"swiper": "^7.0.8",
"uuid": "^8.3.2",
"vite-plugin-svgr": "^0.4.0",
"vite-tsconfig-paths": "^3.3.17"
},
"devDependencies": {
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-scroll": "^1.8.3",
"@vitejs/plugin-react": "^1.0.0",
"vite": "^2.6.4",
"vite-preset-react": "^2.0.0"
}
}