-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "bundlr-docs",
"version": "1.0.0",
"main": "index.js",
"author": "William Giani",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "node ./scripts/generate-search-json.js"
},
"dependencies": {
"@fontsource/roboto-mono": "^4.5.10",
"@irys/sdk": "^0.0.4",
"autoprefixer": "^10.4.14",
"csv-parse": "^5.5.3",
"ethers": "^5.7.2",
"flexsearch": "^0.7.43",
"next": "^13.2.4",
"nextra": "^2.3.0",
"nextra-theme-docs": "^2.3.0",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-highlight": "^0.15.0",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.3.1",
"react-youtube": "^10.1.0",
"redstone-api": "^0.4.11",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.1"
},
"devDependencies": {
"@types/node": "18.15.11",
"crypto-browserify": "^3.12.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"typescript": "^5.0.2",
"vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-notifier": "^0.1.5"
}
}