-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.11 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.11 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "framna-docs",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=24.0.0 <25.0.0",
"npm": ">=11.1.0 <12.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --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.14.1",
"@fontsource/poppins": "^5.2.7",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"@mui/icons-material": "^7.3.7",
"@mui/material": "^7.0.1",
"@octokit/auth-app": "^8.1.2",
"@octokit/core": "^7.0.6",
"@octokit/webhooks": "~14.2.0",
"core-js": "^3.48.0",
"encoding": "^0.1.13",
"figma-squircle": "^1.1.0",
"install": "^0.13.0",
"ioredis": "^5.9.2",
"mobx": "^6.15.0",
"next": "16.1.6",
"next-auth": "^5.0.0-beta.30",
"npm": "^11.8.0",
"nprogress": "^0.2.0",
"octokit": "^5.0.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"redis-semaphore": "^5.6.2",
"redoc": "^2.5.2",
"sharp": "^0.34.2",
"styled-components": "^6.3.8",
"swr": "^2.4.0",
"usehooks-ts": "^3.1.1",
"yaml": "^2.8.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@auth/pg-adapter": "^1.11.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/jest": "^30.0.0",
"@types/node": "^25.1.0",
"@types/nprogress": "^0.2.3",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"typescript-eslint": "^8.54.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"pg": "^8.18.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.4",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
}
}