-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "framna-docs",
"version": "1.0.0",
"private": true,
"engines": {
"node": "20.8.1",
"npm": "10.1.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --max-warnings=0",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"testwatch": "node --experimental-vm-modules ./node_modules/.bin/jest --watch"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/poppins": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.0.1",
"@octokit/auth-app": "^7.1.4",
"@octokit/core": "^6.1.3",
"@octokit/webhooks": "^13.4.2",
"@stoplight/elements": "^8.4.5",
"core-js": "^3.39.0",
"encoding": "^0.1.13",
"figma-squircle": "^1.1.0",
"install": "^0.13.0",
"ioredis": "^5.4.1",
"mobx": "^6.13.5",
"next": "^14.2.20",
"next-auth": "^5.0.0-beta.25",
"npm": "^10.9.0",
"nprogress": "^0.2.0",
"octokit": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redis-semaphore": "^5.6.0",
"redoc": "^2.2.0",
"sharp": "^0.33.5",
"styled-components": "^6.1.13",
"swagger-ui-react": "^5.17.14",
"swr": "^2.2.5",
"usehooks-ts": "^3.1.0",
"yaml": "^2.7.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@auth/pg-adapter": "^1.7.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.9.0",
"@types/nprogress": "^0.2.3",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@types/swagger-ui-react": "^4.18.3",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.14",
"pg": "^8.13.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
}
}