-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 847 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 847 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"base-64": "^1.0.0",
"formik": "^2.4.6",
"next": "^14.2.5",
"node-gyp": "^12.1.0",
"node-ssh": "^13.2.0",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.6",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"undici": "^1.0.0.",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/node": "^20.14.12",
"@types/node-ssh": "^7.0.1",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
}
}