-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
138 lines (138 loc) · 4.43 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@openbuild/official-frontend",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]",
"scripts": {
"setup": "cross-env cp .env.example .env.local && npx auth secret",
"dev": "cross-env NEXT_PUBLIC_DOMAIN_ENV=development next dev -p 3000",
"build": "next build",
"build:test": "NODE_ENV=test NEXT_PUBLIC_DOMAIN_ENV=test next build",
"start": "cross-env NEXT_PUBLIC_DOMAIN_ENV=development next dev -p 3000",
"start:test": "NODE_ENV=test NEXT_PUBLIC_DOMAIN_ENV=test next start -p 3001",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"license": "node .knosys/scripts license add",
"doc": "node .knosys/scripts site",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"prepare": "husky"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@bytemd/react": "^1.21.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.16",
"@mysten/dapp-kit": "^0.11.1",
"@mysten/sui.js": "^0.49.1",
"@next/bundle-analyzer": "^13.1.1",
"@nextui-org/input": "^2.1.16",
"@nextui-org/pagination": "^2.0.26",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-popover": "1.0.6",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slot": "1.0.2",
"@rainbow-me/rainbowkit": "^1.3.1",
"@reduxjs/toolkit": "^1.9.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.17.15",
"@vercel/speed-insights": "^1.0.12",
"@wagmi/chains": "^0.2.18",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"bignumber.js": "^9.1.1",
"bytemd": "^1.21.0",
"class-variance-authority": "^0.7.1",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"daisyui": "^4.4.23",
"dayjs": "^1.11.7",
"easymde": "^2.18.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-unused-imports": "^3.0.0",
"ethers": "^6.9.0",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.4",
"github-markdown-css": "^5.2.0",
"html-to-image": "^1.11.11",
"lodash": "^4.17.21",
"lowlight": "^3.3.0",
"lucide-react": "0.454.0",
"nanoid": "^5.0.6",
"next": "13.4.12",
"next-auth": "^4.22.1",
"nextjs-toploader": "^1.4.2",
"novel": "0.5.0",
"qs": "^6.13.0",
"rc-pagination": "^3.3.1",
"react": "18.2.0",
"react-contenteditable": "^3.3.7",
"react-datepicker": "^4.12.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.5.2",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.47.0",
"react-infinite-scroll-hook": "^4.1.1",
"react-intersection-observer": "^9.8.1",
"react-player": "^2.16.0",
"react-popper": "^2.3.0",
"react-qr-code": "^2.0.14",
"react-redux": "^8.0.5",
"react-select": "^5.7.4",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.2",
"react-typed": "^1.2.0",
"recharts": "^2.7.3",
"sass": "^1.64.2",
"sha256": "^0.2.0",
"siwe": "^2.1.4",
"slick-carousel": "^1.8.1",
"survey-analytics": "^1.9.109",
"survey-core": "^1.9.90",
"survey-creator-react": "^1.9.90",
"survey-react-ui": "^1.9.90",
"swr": "^2.2.4",
"tabulator-tables": "^5.5.2",
"turndown": "^7.2.0",
"use-debounce": "^9.0.4",
"validator": "^13.9.0",
"viem": "^1.20.1",
"wagmi": "^1.4.12"
},
"devDependencies": {
"@astrojs/react": "3.6.2",
"@astrojs/starlight": "0.28.5",
"@astrojs/starlight-tailwind": "2.0.3",
"@astrojs/tailwind": "5.1.2",
"@knosys/sdk": "^0.0.3",
"@tailwindcss/line-clamp": "0.4.4",
"@types/node": "18.11.3",
"@types/qs": "^6.9.15",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/sha256": "^0.2.0",
"astro": "4.16.7",
"autoprefixer": "^10.4.12",
"eslint": "^8.7.0",
"eslint-config-next": "^13.1.1",
"eslint-plugin-headers": "1.2.1",
"eslint-plugin-tailwindcss": "3.15.1",
"husky": "9.1.7",
"ksio": "^0.0.3",
"lint-staged": "15.3.0",
"postcss": "^8.4.18",
"prettier": "^2.5.1",
"tailwindcss": "3.4.16"
}
}