-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 988 Bytes
/
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
{
"name": "switcheo-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@svgr/webpack": "^5.5.0",
"@types/react-helmet": "^6.1.3",
"clsx": "^1.1.1",
"next": "11.1.2",
"next-seo": "^4.28.1",
"node-fetch": "^3.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.32.1",
"react-slick": "^0.28.1",
"sharp": "^0.29.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/react": "17.0.20",
"@types/react-slick": "^0.23.5",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.2"
}
}