-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "website-kll",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"dotenv": "^10.0.0",
"html-entities": "^2.3.2",
"isomorphic-unfetch": "^3.1.0",
"mapbox-gl": "^2.6.1",
"maplibre-gl": "^4.1.1",
"moment": "^2.29.1",
"next": "11.1.0",
"next-seo": "^4.28.1",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroller": "^1.2.4",
"react-mailchimp-subscribe": "^2.1.3",
"react-map-gl": "^7.1.7",
"react-markdown": "^4.3.1",
"react-player": "^2.9.0",
"react-slick": "^0.28.1",
"react-uid": "^2.3.1",
"remixicon": "^2.5.0",
"sharp": "^0.29.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.0"
}
}