-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 KB
/
package.json
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
{
"name": "swaggerviewer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.9",
"@mantine/form": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/next": "^6.0.9",
"@mantine/nprogress": "^6.0.9",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vercel/analytics": "^1.0.0",
"@vercel/og": "^0.5.4",
"cookies-next": "^2.1.1",
"core-js": "^3.30.1",
"eslint-config-next": "13.3.4",
"got": "^12.6.0",
"js-yaml": "^4.1.0",
"mobx": "^6.9.0",
"next": "13.3.4",
"next-seo": "^6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"redoc": "^2.0.0",
"styled-components": "^5.3.10",
"swagger-ui-react": "^4.18.3",
"typescript": "5.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/swagger-ui-react": "^4.18.0",
"eslint": "^8.39.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.3.0"
}
}