forked from Bloom4242/Frontend-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 900 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 900 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
35
36
37
{
"name": "kythi-frontend",
"description": "Frontend for kythi",
"version": "1.0.0",
"repository": "https://github.com/KythiX/Frontend.git",
"license": "GPL-3.0-only",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 1337",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.16.7",
"axios": "^0.24.0",
"csstype": "^2.6.2",
"daisyui": "^1.22.0",
"global": "^4.4.0",
"next": "12.0.7",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/node": "17.0.2",
"@types/react": "17.0.37",
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}