-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "github-repo-organizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate-types": "./scripts/generate_types.sh",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.6",
"@devexpress/dx-react-core": "^3.0.2",
"@devexpress/dx-react-grid": "^3.0.4",
"@devexpress/dx-react-grid-material-ui": "^3.0.6",
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@octokit/rest": "^19.0.5",
"@types/node": "^18.11.19",
"@types/react": "^18.0.27",
"apollo3-cache-persist": "^0.14.1",
"graphql": "^16.6.0",
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5",
"use-local-storage-state": "^18.1.2"
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6"
}
}