-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type:check": "tsc --noEmit",
"analyze": "cross-env ANALYZE=true next build",
"optimization": "yarn build && yarn start"
},
"dependencies": {
"@tanstack/react-query": "^4.29.5",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.2.1",
"@types/react-slick": "^0.23.10",
"autoprefixer": "10.4.14",
"axios": "^1.3.6",
"colorthief": "^2.4.0",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"next": "13.3.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-datepicker": "^4.11.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.3",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@types/gtag.js": "^0.0.12",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"cross-env": "^7.0.3",
"eslint-plugin-react-hooks": "^4.6.0",
"slick-carousel": "^1.8.1"
}
}