-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^5.5.0",
"@types/d3": "^7.0.0",
"d3": "^7.0.4",
"next": "^11.1.2",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-translate": "^1.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.2.0",
"react-search-autocomplete": "^6.1.3",
"react-year-range-picker": "^1.0.2",
"responsive-loader": "^2.3.0",
"sass": "^1.35.1",
"sharp": "^0.29.1",
"sitemap": "^7.0.0",
"styled-components": "^5.3.5",
"text2components": "^1.0.0",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.9",
"@types/react": "17.0.13",
"@types/react-gtm-module": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.1-rc.0-next-27b569969-20220211",
"typescript": "4.3.5"
}
}