-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1001 Bytes
/
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
{
"name": "art-gallery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@tanstack/react-query": "^5.36.2",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/react-modal": "^3.16.3",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"js-cookie": "^3.0.5",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.2",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"sass": "^1.76.0",
"sharp": "^0.33.4",
"styled-components": "^6.1.8",
"sweetalert2": "^11.11.0",
"ts-jest": "^29.1.4"
},
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}