forked from adastackio/adastack.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1000 Bytes
/
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
{
"name": "adastack.io",
"version": "1.0",
"description": "adastack.io | open-source Cardano ecosystem explorer",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"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": {
"next": "^14.1.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
"flexsearch": "0.7.31"
}
}
}