-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.84 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
{
"name": "website-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.2",
"@varld/popover": "^0.1.0",
"amplitude-js": "^8.13.1",
"axios": "1.6.4",
"bootstrap": "5.1.3",
"ical-generator": "3.0.1",
"isomorphic-fetch": "2.2.1",
"js-cookie": "2.2.1",
"leaflet": "^1.7.1",
"lodash": "4.17.21",
"markdown-to-jsx": "7.1.3",
"next": "11.1.4",
"next-seo": "4.28.1",
"nextjs-breadcrumbs": "^1.1.9",
"nextjs-cors": "2.1.0",
"nookies": "2.5.2",
"pretty-checkbox": "^3.0.3",
"rc-tooltip": "^5.1.1",
"react": "17.0.2",
"react-bootstrap": "2.0.0",
"react-calendly": "^2.2.2",
"react-canvas-confetti": "^1.3.0",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-dropdown": "1.9.2",
"react-dyn-tabs": "^4.6.2",
"react-gtm-module": "^2.0.11",
"react-icalendar-link": "3.0.2",
"react-leaflet": "^3.2.2",
"react-markdown": "7.1.0",
"react-microsoft-clarity": "1.2.0",
"react-multi-carousel": "2.6.5",
"react-player": "^2.9.0",
"react-radial-menu": "1.0.0",
"react-simple-popover": "^0.2.4",
"react-slider": "^1.3.1",
"react-slider-component": "^0.0.5",
"react-tabs": "3.2.3",
"react-toast": "^1.0.3",
"react-tooltip": "^4.2.21",
"react-twitter-widgets": "^1.10.0",
"react-view-slider": "^4.5.0",
"remark-gfm": "3.0.1",
"reveal.js": "^4.5.0",
"theme-ui": "^0.13.1"
},
"devDependencies": {
"autoprefixer": "10.3.3",
"postcss": "8.3.6",
"prettier": "^2.6.2",
"stylelint-config-recommended": "5.0.0",
"tailwindcss": "2.2.9"
}
}