-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "vizality-api",
"version": "1.0.0",
"homepage": "https://vizality.com",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/vizality/api.git"
},
"bugs": {
"url": "https://github.com/vizality/api/issues",
"email": "api@vizality.com"
},
"author": {
"name": "Dustin Perolio",
"email": "contact@vizality.com",
"url": "https://dperolio.com"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"imports": {
"#discord": "./utils/discord.js"
},
"dependencies": {
"@octokit/auth-oauth-app": "^4.3.0",
"@octokit/rest": "^18.12.0",
"cors": "^2.8.5",
"markdown-it": "^13.0.0",
"next": "^12.0.10",
"next-seo": "^5.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.10",
"encoding": "^0.1.13",
"eslint": "^8.9.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.9.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
}
}