-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.42 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": "koinos-rest-api",
"version": "0.1.0",
"license": "GNU General Public License 3.0",
"author": "Roamin Ro",
"contributors": ["Greg Thomas Andes", "Koinos Group <contact@koinos.group>"],
"repository": "https://github.com/koinos/koinos-rest",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullpage/react-fullpage": "^0.1.40",
"@koindx/v2-sdk": "^1.3.0",
"@koinos/proto-js": "^2.1.0",
"@nextui-org/react": "^2.2.9",
"@roamin/koinos-pb-to-proto": "^0.0.3",
"@upstash/ratelimit": "^1.0.1",
"@vercel/kv": "^1.0.1",
"bignumber.js": "^9.1.2",
"encoding": "^0.1.13",
"framer-motion": "^10.16.5",
"ioredis": "^5.3.2",
"koilib": "^5.6.1",
"next": "latest",
"next-swagger-doc": "^0.4.0",
"protobufjs": "^7.2.5",
"qs": "^6.11.2",
"react": "latest",
"react-dom": "latest",
"redis": "^4.6.10",
"swagger-ui-react": "5.3.2"
},
"devDependencies": {
"@types/node": "latest",
"@types/qs": "^6.9.8",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/swagger-ui-react": "^4.18.1",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "^9.0.0",
"postcss": "latest",
"prettier": "^3.0.3",
"tailwindcss": "latest",
"typescript": "latest"
}
}