-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.72 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
{
"name": "react-suspense-meetup-demo",
"version": "0.1.0",
"description": "A Demo showing an overview of the build states of GitHub branches page using lazy loading.",
"repository": {
"type": "git",
"url": "https://github.com/lowsky/react-suspense-meetup-demo.git"
},
"keywords": [
"react",
"suspense",
"react suspense",
"dashboard",
"github"
],
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier . --cache -l -w",
"lint": "next lint"
},
"author": "Robert Hostlowsky",
"license": "APACHE-2.0",
"bugs": {
"url": "https://github.com/lowsky/react-suspense-meetup-demo/issues"
},
"dependencies": {
"@chakra-ui/react": "3.3.1",
"@emotion/react": "11.14.0",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.1.4",
"@octokit/rest": "21.1.0",
"hitchcock": "0.5.0",
"next": "15.1.4",
"next-themes": "^0.4.3",
"nextjs-toploader": "3.7.15",
"react-cache": "latest",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@octokit/types": "13.7.0",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"csstype": "3.1.3",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.2",
"prettier": "3.4.2",
"react": "^18.3.0-next",
"react-dom": "^18.3.0-next",
"typescript": "5.7.2"
},
"packageManager": "yarn@4.6.0"
}