-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1013 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
38
{
"name": "otter-landing",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@types/gsap": "^3.0.0",
"babel-plugin-styled-components": "^2.0.2",
"date-fns": "^2.28.0",
"i18next": "^21.6.10",
"i18next-browser-languagedetector": "^6.1.3",
"next": "12.0.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"react-i18next": "^11.15.3",
"sass": "^1.49.0",
"styled-components": "^5.3.3",
"translation-check": "^1.0.2"
},
"devDependencies": {
"@svgr/webpack": "^6.2.0",
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"@types/react-gtm-module": "^2.0.1",
"@types/styled-components": "^5.1.21",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"typescript": "4.5.5"
}
}