-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "vizality-website",
"version": "1.0.0",
"homepage": "https://vizality.com",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/vizality/website.git"
},
"bugs": {
"url": "https://github.com/vizality/website/issues",
"email": "[email protected]"
},
"author": {
"name": "dperolio",
"email": "[email protected]",
"url": "https://dperolio.com"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"imports": {
"#components": "./components/index.js"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@octokit/auth-oauth-app": "^4.3.0",
"@octokit/rest": "^18.12.0",
"classnames": "^2.3.1",
"cors": "^2.8.5",
"next": "^12.1.0",
"next-seo": "^5.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"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",
"sass": "^1.49.7"
}
}