-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 5.89 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "@deepsquare/app.deepsquare.io",
"version": "2.1.0",
"description": "Full-stack application of the DeepSquare Investment project base on Next.js.",
"keywords": [
"deepsquare",
"next",
"nexus"
],
"homepage": "https://app.deepsquare.io",
"bugs": "https://c-square.atlassian.net/jira/software/projects/TG/issues/",
"license": "GNU GPL v3.0",
"maintainers": [
"Valentin Pollart <[email protected]> (https://github.com/valentinpollart)",
"Charly Mancel <[email protected]> (https://github.com/Lymnah)",
"Marc Nguyen <[email protected]> (https://github.com/Darkness4)",
"Florin Dzeladini <[email protected]> (https://github.com/efelem)"
],
"repository": "github:deepsquare-io/app.deepsquare.io",
"scripts": {
"dev": "pnpm clean && next dev",
"clean": "rimraf .next .vercel",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,scss,sass,json,json5,md,mdx,yml,yaml}\"",
"lint": "next lint",
"lint:ci": "eslint --ext .js,.ts,.tsx src/",
"unimported": "unimported",
"gen:graphql": "graphql-codegen --config sbatchServiceCodegen.yml && graphql-codegen --config statsCodegen.yml && graphql-codegen --config apiCodegen.yml && eslint 'src/graphql/**/**/generated/**/*.generated.ts' --fix",
"test:compose": "docker compose up --detach --remove-orphans",
"test:dev": "pnpm clean && NODE_ENV=test next dev",
"test:build": "pnpm clean && NODE_ENV=production next build",
"test:start": "NODE_ENV=production next start",
"test:open": "env-cmd --no-override -f .env.test cypress open",
"test:run": "env-cmd --no-override -f .env.test cypress run",
"analyze": "pnpm clean && NEXT_BUILD_ANALYZE=true env-cmd --no-override -f .env.test next build",
"gen:eth": "scripts/generate-eth.sh",
"vercel:install": "CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile",
"gen:grpc": "cd ../protos/loggerapis && buf generate"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
"@deepsquare/deepsquare-client": "0.18.1",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@hookform/resolvers": "^2.9.11",
"@mui/icons-material": "5.16.14",
"@mui/lab": "5.0.0-alpha.175",
"@mui/material": "5.16.14",
"@mui/system": "5.16.14",
"@mui/x-data-grid": "6.20.4",
"@mui/x-date-pickers": "6.20.2",
"@protobuf-ts/grpcweb-transport": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"@sentry/nextjs": "^7.81.1",
"@swc/core": "^1.3.99",
"@wagmi/connectors": "^3.1.5",
"@wagmi/core": "^1.4.7",
"ajv": "^8.12.0",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"class-validator": "^0.14.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"dedent": "^1.5.1",
"encoding": "^0.1.13",
"firebase": "^9.23.0",
"firebase-admin": "^11.11.0",
"graphql": "^16.8.1",
"graphql-2-json-schema": "^0.10.0",
"graphql-request": "^6.1.0",
"jose": "^5.1.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.52.0",
"monaco-yaml": "^5.1.0",
"mongodb": "^6.3.0",
"mongoose": "^8.0.1",
"next": "^14.0.3",
"prop-types": "^15.8.1",
"random-words": "^2.0.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "2.4.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-is": "^18.2.0",
"react-monaco-editor": "^0.56.0",
"react-toastify": "^9.1.3",
"reactfire": "^4.2.3",
"reflect-metadata": "^0.2.0",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.5",
"tsyringe": "^4.8.0",
"type-graphql": "2.0.0-beta.6",
"uuid": "^9.0.1",
"viem": "^1.19.6",
"wagmi": "^1.4.7",
"xterm": "5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-image": "^0.5.0",
"xterm-addon-web-links": "^0.9.0",
"yaml": "^2.3.4",
"yup": "^1.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@jest/globals": "^29.7.0",
"@next/bundle-analyzer": "^14.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/dedent": "^0.7.2",
"@types/lodash": "^4.14.202",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.38",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vue/compiler-sfc": "^3.3.8",
"autoprefixer": "^10.4.16",
"depcheck": "^1.4.7",
"env-cmd": "^10.1.0",
"esbuild": "^0.24.0",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-prettier": "^5.0.1",
"graphql-tag": "^2.12.6",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"standard-commit": "^4.2.6",
"typescript": "^5.3.2",
"unimported": "^1.31.1",
"webpack": "^5.89.0"
},
"jest": {
"moduleNameMapper": {
"^@abi(.*)$": "<rootDir>/abi$1",
"^@components(.*)$": "<rootDir>/src/components$1",
"^@graphql(.*)$": "<rootDir>/src/graphql$1",
"^@grpc(.*)$": "<rootDir>/src/grpc$1",
"^@hooks(.*)$": "<rootDir>/src/hooks$1",
"^@lib(.*)$": "<rootDir>/src/lib$1",
"^@public(.*)$": "<rootDir>/public$1",
"^@state(.*)$": "<rootDir>/src/state$1",
"^@styles(.*)$": "<rootDir>/src/styles$1",
"^@utils(.*)$": "<rootDir>/src/utils$1",
"^@types(.*)$": "<rootDir>/src/types$1",
"^@data(.*)$": "<rootDir>/src/data$1"
}
}
}