-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
{
"name": "waved-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/gtag.js": "^0.0.19",
"axios": "^1.6.7",
"cookies-next": "^4.1.1",
"event-source-polyfill": "^1.0.31",
"next": "14.1.0",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.8.1",
"react-slick": "^0.30.2",
"react-spinners": "^0.13.8",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"sharp": "^0.33.3",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^3.2.5",
"typescript": "5.3.3"
}
}