-
-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.94 KB
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
{
"name": "@karrio/core",
"version": "0.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@graphiql/react": "^1.0.0-next.2",
"@graphiql/toolkit": "^1.0.0-next.2",
"@hookform/resolvers": "^3.9.1",
"@karrio/hooks": "*",
"@karrio/lib": "*",
"@karrio/types": "*",
"@karrio/ui": "*",
"@reactivex/rxjs": "^6.6.7",
"@sentry/core": "^10.22.0",
"@sentry/nextjs": "^10.22.0",
"@tanstack/react-form": "^0.29.2",
"@tanstack/react-query": "^4.13.0",
"@tanstack/zod-form-adapter": "^0.29.2",
"axios": "1.15.2",
"bulma": "^0.9.4",
"cm6-graphql": "^0.2.0",
"core-js": "^3.34.0",
"graphiql": "^2.4.7",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.2",
"highlight.js": "^11.2.0",
"js-beautify": "^1.14.7",
"libphonenumber-js": "^1.9.23",
"lodash.groupby": "^4.6.0",
"lodash.isequal": "^4.5.0",
"lodash.snakecase": "^4.1.1",
"lodash.tonumber": "^4.0.3",
"mobx": "^6.12.0",
"moment": "^2.29.4",
"next": "16.1.7",
"pino": "^7.0.3",
"posthog-js": "^1.96.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-markdown": "^8.0.7",
"recharts": "^2.10.3",
"remark-gfm": "^4.0.1",
"request-ip": "^3.3.0",
"rxjs": "^7.3.0",
"sass": "^1.37.5",
"styled-components": "^6.1.1",
"swagger-ui-react": "^5.22.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@karrio/eslint-config-custom": "*",
"@karrio/tsconfig": "*",
"@turbo/gen": "^1.10.12",
"@types/node": "20.10.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/request-ip": "^0.0.37",
"@types/swagger-ui-react": "^5.18.0",
"eslint-config-next": "15.0.3",
"string-replace-loader": "^3.1.0",
"typescript": "^5.7.2"
}
}