-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 828 Bytes
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
{
"name": "next-commerce-community",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.6.1",
"autoprefixer": "10.4.15",
"html-react-parser": "^5.2.3",
"isomorphic-dompurify": "^2.24.0",
"next": "^15.3.1",
"postcss": "^8.5.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hot-toast": "^2.4.1",
"react-range-slider-input": "^3.0.7",
"react-redux": "^9.2.0",
"swiper": "^10.2.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@types/node": "20.6.2",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "8.49.0",
"eslint-config-next": "15.2.3",
"typescript": "5.2.2"
}
}