-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "winxpsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@types/minimatch": "^6.0.0",
"@types/node": "18.11.18",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^0.1.10",
"axios": "^1.3.3",
"emailjs-com": "^3.2.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.4",
"husky": "^8.0.3",
"next": "^15.4.5",
"prettier": "^2.8.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-google-recaptcha": "^2.1.0",
"react-redux": "^8.0.5",
"react-resizable": "^3.0.4",
"react-slick": "^0.29.0",
"sharp": "^0.34.3",
"slick-carousel": "^1.8.1",
"typescript": "4.9.4",
"uuid": "^9.0.0",
"vercel": "^28.16.7",
"xp.css": "^0.2.6"
},
"devDependencies": {
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-resizable": "^3.0.3",
"@types/uuid": "^9.0.1"
}
}