-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "my-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.9",
"classnames": "^2.5.1",
"cookie": "^1.0.2",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"next": "^15.1.6",
"nookies": "^2.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-router-dom": "^7.1.5",
"react-slick": "^0.30.3",
"react-toastify": "^11.0.3",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.15",
"styled-jsx": "^5.1.6",
"swiper": "^11.2.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/js-cookie": "^3.0.6",
"@types/json-schema": "^7.0.15",
"@types/json5": "^0.0.30",
"@types/node": "^20.17.19",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-dropzone": "^4.2.2",
"@types/react-slick": "^0.23.13",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"typescript": "^5.7.3"
}
}