-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
46
47
48
49
50
51
52
53
{
"name": "next-ftp",
"version": "1.0.0",
"private": true,
"license": "MIT",
"homepage": "https://next-ftp-app.vercel.app/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "2.0.18",
"@material-tailwind/react": "2.1.2",
"@monaco-editor/react": "^4.6.0",
"axios": "^1.6.8",
"axois": "^0.0.1-security",
"crypto-js": "^4.2.0",
"formidable": "^3.5.1",
"jsftp": "^2.1.3",
"lang-map": "^0.4.0",
"mime-types": "^2.1.35",
"next": "13.4.0",
"next-themes": "^0.3.0",
"nextjs-progressbar": "^0.0.16",
"nextjs-toploader": "^1.6.12",
"react": "18",
"react-dom": "18",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.4.0",
"zod": "^3.22.4",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@types/jsftp": "^2.1.5",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18",
"autoprefixer": "10",
"daisyui": "^4.11.1",
"eslint": "8",
"eslint-config-next": "13.5.4",
"postcss": "8",
"tailwindcss": "3",
"typescript": "5.4.3"
}
}