-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
110 lines (110 loc) · 2.87 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "vibinex-website",
"version": "1.2.19",
"private": false,
"homepage": "https://vibinex.com",
"description": "A plugin that works with GitHub, Bitbucket and GitLab to personalize and data-enrich their code review interfaces",
"license": "LGPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"create-env": "printenv > .env"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@google-cloud/cloudbuild": "4.1.0",
"@google-cloud/pubsub": "^3.7.1",
"@google-cloud/storage": "^6.9.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.4",
"@nivo/bar": "^0.80.0",
"@nivo/bump": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/radar": "^0.80.0",
"@nivo/voronoi": "^0.80.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/themes": "^2.0.2",
"@rudderstack/rudder-sdk-node": "2.0.2",
"@sendgrid/mail": "^8.1.3",
"@types/mdx": "^2.0.5",
"@types/node": "18.11.14",
"@types/qs": "^6.9.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"axios": "^1.2.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"embla-carousel-auto-scroll": "^8.0.0",
"embla-carousel-autoplay": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"next": "13.3.1",
"next-auth": "4.22.1",
"node-jose": "^2.2.0",
"pg": "^8.11.3",
"qs": "^6.12.1",
"react": "18.2.0",
"react-calendly": "^4.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-famewall": "^1.0.10",
"react-icons": "^4.12.0",
"react-lite-youtube-embed": "^2.4.0",
"react-markdown": "^9.0.1",
"react-slideshow-image": "^4.3.1",
"remark-gfm": "^4.0.0",
"rudder-sdk-js": "2.25.0",
"sharp": "^0.32.6",
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/node-jose": "^1.1.13",
"@types/pg": "^8.6.6",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.13",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
},
"browser": {
"fs": false,
"dns": false,
"net": false,
"tls": false,
"pg-native": false
},
"contributors": [
{
"name": "Avikalp Kumar Gupta",
"email": "[email protected]",
"url": "https://avikalpg.github.io"
},
{
"name": "Tapish Rathore",
"email": "[email protected]"
},
{
"name": "Muskan Paliwal",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/vibinex/vibinex-server.git"
}
}