-
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.59 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.59 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": "nextjs_version",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.4",
"@mui/styled-engine-sc": "^5.8.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@u-wave/react-vimeo": "^0.9.8",
"aos": "^3.0.0-beta.6",
"autoprefixer": "10.4.14",
"bootstrap": "^5.3.0",
"classnames": "^2.3.1",
"cors-anywhere": "^0.4.4",
"emailjs-com": "^3.2.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"next": "13.4.4",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-hubspot-form": "^1.3.7",
"react-intersection-observer": "^9.1.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-marquee-slider": "^1.1.5",
"react-scripts": "5.0.1",
"react-slick": "^0.29.0",
"react-spring": "^9.4.5",
"styled-components": "^5.3.5",
"tailwindcss": "3.3.2",
"typewriter-effect": "^2.18.2",
"web-vitals": "^2.1.4"
}
}