-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 KB
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
{
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@tanstack/react-query": "^5.80.6",
"axios": "^1.9.0",
"dayjs": "^1.11.13",
"firebase": "^12.0.0",
"install": "^0.13.0",
"next": "^15.3.3",
"react": "^19.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.1.0",
"react-ga4": "^2.1.0",
"react-slick": "^0.30.3",
"react-textarea-autosize": "^8.5.9",
"rxjs": "^7.8.2",
"slick-carousel": "^1.8.1",
"ts-pattern": "^5.7.1",
"zustand": "^5.0.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.4.2",
"@types/node": "^22.15.29",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"autoprefixer": "^10.4.21",
"eslint": "8",
"eslint-config-next": "^15.3.3",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.4",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.1",
"terser-webpack-plugin": "^5.3.14",
"typescript": "^5.8.3",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"analyze": "ANALYZE=true next build"
},
"license": "MIT"
}