-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
{
"private": true,
"engines": {
"node": ">=18.12.1",
"yarn": ">=1.22.19",
"npm": "PLEASE-USE-YARN"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"test:e2e:safari": "playwright test --headed --browser=webkit"
},
"dependencies": {
"@pbe/react-yandex-maps": "^1.2.2",
"axios": "^1.2.3",
"clsx": "^1.2.1",
"eslint": "8.22.0",
"framer-motion": "^9.1.7",
"html-react-parser": "^3.0.8",
"next": "latest",
"react": "18.2.0",
"react-collapse": "^5.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"sass": "^1.57.1",
"swiper": "^8.4.6"
},
"devDependencies": {
"@playwright/test": "^1.30.0",
"@types/eslint": "^8.4.10",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-collapse": "^5.0.1",
"@types/react-dom": "18.0.6",
"@types/yandex-maps": "^2.1.29",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"autoprefixer": "^10.4.12",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.1.6",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.18",
"prettier": "^2.8.3",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}