-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
135 lines (135 loc) · 4.19 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
{
"name": "kin-data",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "yarn build:web && yarn prisma generate && yarn build:api",
"build:api": "nx build api --prod",
"build:web": "nx build web --prod",
"build:web-sdk": "graphql-codegen --config apps/web/src/sdk/codegen.yml",
"dev:api": "nx serve api",
"dev:web": "nx serve web",
"dev:web-sdk": "yarn build:web-sdk --watch",
"docker:build": "docker build . -t kin-data/api",
"docker:push": "docker push kin-data/api",
"docker:run": "docker run -it -p 8000:4000 kin-data/api",
"start": "yarn prisma db push && node dist/apps/api/main.js",
"test": "nx test"
},
"engines": {
"node": "16.x"
},
"private": true,
"dependencies": {
"@ardatan/aggregate-error": "^0.0.6",
"@emotion/react": "^11.10.4",
"@kin-kinetic/solana": "^1.0.0-rc.9",
"@kurkle/color": "^0.2.1",
"@mantine/core": "^5.8.3",
"@mantine/hooks": "^5.8.3",
"@nestjs/apollo": "^10.0.19",
"@nestjs/common": "9.0.8",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "9.0.8",
"@nestjs/graphql": "^10.0.21",
"@nestjs/platform-express": "9.0.8",
"@nestjs/schedule": "^2.1.0",
"@nestjs/serve-static": "^3.0.0",
"@prisma/client": "^4.1.1",
"@solana/web3.js": "^1.42.0",
"@tabler/icons": "^1.106.0",
"@tanstack/react-query": "^4.16.1",
"apollo-server-core": "^3.6.3",
"apollo-server-express": "^3.6.3",
"axios": "^1.1.3",
"camel-case": "^4.1.2",
"chart.js": "^4.0.1",
"chartjs-plugin-autocolors": "^0.0.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"core-js": "^3.21.1",
"etherscan-ts": "^0.0.5",
"framer-motion": "^7.0.0",
"fs-extra": "^10.0.1",
"got": "^11.8.5",
"graphql": "^16.6.0",
"graphql-scalars": "^1.20.1",
"joi": "^17.6.0",
"lru-cache": "^6.0.0",
"react": "18.2.0",
"react-chartjs-2": "^5.0.1",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.9",
"rxjs": "^7.5.5",
"snowflake-sdk": "^1.6.14",
"tslib": "^2.3.1",
"type-fest": "^3.2.0",
"urql": "^3.0.3"
},
"devDependencies": {
"@graphql-codegen/add": "^3.2.1",
"@graphql-codegen/cli": "^2.13.12",
"@graphql-codegen/fragment-matcher": "^3.3.1",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-document-nodes": "^2.3.7",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.7",
"@nrwl/cli": "14.5.2",
"@nrwl/cypress": "14.5.2",
"@nrwl/eslint-plugin-nx": "14.5.2",
"@nrwl/jest": "14.5.2",
"@nrwl/js": "14.5.2",
"@nrwl/linter": "14.5.2",
"@nrwl/nest": "14.5.2",
"@nrwl/node": "14.5.2",
"@nrwl/nx-cloud": "14.3.0",
"@nrwl/react": "^14.5.4",
"@nrwl/web": "14.5.2",
"@nrwl/workspace": "14.5.2",
"@testing-library/react": "13.3.0",
"@types/axios": "^0.14.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "27.4.1",
"@types/node": "18.0.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@types/snowflake-sdk": "^1.6.8",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"autoprefixer": "^10.4.2",
"babel-jest": "27.5.1",
"cypress": "^9.5.1",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^7.0.4",
"jest": "27.5.1",
"lint-staged": "^12.3.5",
"nx": "14.5.2",
"prettier": "2.7.1",
"prisma": "^4.1.1",
"react-test-renderer": "18.2.0",
"ts-jest": "27.1.4",
"ts-morph": "^14.0.0",
"ts-node": "~10.8.0",
"typescript": "4.7.4"
},
"lint-staged": {
"*.{js,jsx,json,css,scss,md,ts,tsx,html,graphql,yaml}": [
"yarn nx format --uncommitted"
]
},
"prisma": {
"schema": "libs/api/core/data-access/src/prisma/schema.prisma"
}
}