-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "esr-website",
"version": "0.1.0",
"private": true,
"homepage": "https://ethicalspectacle.com/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@material/web": "^1.4.1",
"@mui/icons-material": "^5.16.4",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.6",
"@tippyjs/react": "^4.2.6",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.10",
"moment": "^2.30.1",
"next": "14.2.2",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-slick": "^0.30.2",
"react-toggle": "^4.1.3",
"react-vertical-timeline-component": "^3.6.0",
"router": "^1.3.8",
"sass": "^1.75.0",
"sharp": "^0.33.3",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}