-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.46 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.46 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
{
"name": "asclepius-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/base": "^5.0.0-alpha.96",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.98",
"@mui/material": "^5.10.4",
"@tanstack/react-query": "^4.0.10",
"@types/react-svg": "^5.0.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"fuse.js": "^6.6.2",
"http-proxy-middleware": "^2.0.6",
"next": "12.1.6",
"next-swc-win32-x64-msvc": "^0.0.1-security",
"nextjs-breadcrumbs": "^1.1.9",
"react": "18.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.0",
"react-modal": "^3.15.1",
"react-select": "^5.3.2",
"react-star-ratings": "^2.3.0",
"react-svg": "^15.1.9",
"react-tabs": "^5.1.0",
"react-use-fuse": "^0.5.2"
},
"devDependencies": {
"@types/node": "^17.0.41",
"@types/react": "^18.0.20",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"node-sass": "^7.0.1",
"typescript": "^4.7.3"
},
"packageManager": "yarn@3.2.1",
"proxy": "https://asclepius.pirveli.ge"
}