-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "adastack.io",
"version": "0.9.0",
"description": "Adastack.io Cardano ecosystem explorer",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adastackio/adastack.io.git"
},
"author": "adastack.io <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adastackio/adastack.io/issues"
},
"homepage": "https://github.com/adastackio/adastack.io#readme",
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"next": "^15.1.0",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"antd": "^5.22.3",
"antd-style": "^3.7.1",
"javascript-time-ago": "^2.5.11",
"@octokit/plugin-retry": "^7.1.2",
"@octokit/plugin-throttling": "^9.3.2",
"@octokit/rest": "^21.0.2"
},
"devDependencies": {
"typescript": "^5.7.2",
"tailwindcss": "^3.4.16",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/node": "22.10.2",
"eslint": "^9.16.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"eslint-config-next": "15.0.4",
"eslint-define-config": "^2.1.0",
"@svgr/webpack": "^8.1.0"
},
"pnpm": {
"overrides": {
"flexsearch": "0.7.31"
}
}
}