-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.15 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
{
"homepage": "",
"name": "macos",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "vite build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@formspree/react": "^2.5.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-pdf-viewer/core": "^3.12.0",
"pdfjs-dist": "^2.16.105",
"@react-pdf-viewer/attachment": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@reduxjs/toolkit": "^1.9.5",
"@studio-freight/lenis": "^1.0.42",
"@svgr/webpack": "^8.0.1",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"framer-motion": "^10.12.4",
"gh-pages": "^5.0.0",
"gsap": "^3.12.5",
"leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-icons": "^4.8.0",
"react-leaflet": "^4.2.1",
"react-loaders": "^3.0.1",
"react-pdf": "^8.0.2",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"redux": "^4.2.1",
"sass": "^1.62.0",
"styled-components": "^6.1.11",
"swiper": "^11.1.3",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/leaflet": "^1.9.12",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-vertical-timeline-component": "^3.3.6",
"@types/swiper": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0-beta.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.7",
"vite-plugin-svg-icons": "^2.0.1"
}
}