-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 5.69 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
{
"name": "permissioned-exchange",
"version": "0.5.0",
"private": true,
"author": "Cooperativ Labs. Inc",
"license": "ISC",
"scripts": {
"up": "docker-compose up -d",
"fresh": "yarn install && docker-compose down -v --remove-orphans && docker-compose up --build -d && sleep 20 && yarn schema && yarn generate && cd testStablecoins && npx truffle migrate --reset --network development",
"new": "yarn install && docker-compose down --remove-orphans && docker-compose up --build -d && sleep 20 && yarn schema && yarn generate",
"stop": "docker-compose stop",
"chain": "yarn stop && yarn up && sleep 5 && cd testStablecoins && npx truffle migrate --reset --network development",
"schema": "curl -X POST localhost:8080/admin/schema --data-binary '@dgraph/schema.graphql'",
"generate": ". ./.env && graphql-codegen",
"dev": "next dev",
"build": "next build",
"generate-staging": ". ./staging.env && graphql-codegen",
"build-staging": ". ./staging.env && graphql-codegen && next build",
"generate-production": ". ./prod.env && graphql-codegen",
"build-production": ". ./prod.env && graphql-codegen && next build",
"generate-reizen": ". ./reizen.env && graphql-codegen",
"build-reizen": ". ./reizen.env && graphql-codegen && next build",
"start": "next start",
"lint": "yarn run js-lint && yarn run style-lint && yarn run type-check",
"fix": "yarn run fix-js-lint && yarn run fix-style-lint",
"fix-js-lint": "yarn run js-lint-src -- --fix && yarn run js-lint-tests -- --fix",
"js-lint-src": "eslint -c config/.eslintrc.yml '*.ts' '**/*.tsx' -f table",
"js-lint-tests": "eslint -c config/.eslintrc-test.yml 'test/js/**/*.js' 'test/js/**/*.ts' -f table",
"js-lint": "yarn run js-lint-src && yarn run js-lint-tests && yarn run type-coverage",
"test:unit": "jest"
},
"dependencies": {
"@apollo/client": "^3.11.4",
"@apollo/react-ssr": "^4.0.0",
"@babel/core": "^7.16.7",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@google-cloud/storage": "^7.12.1",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-react-query": "^4.1.0",
"@next-auth/dgraph-adapter": "^1.0.5",
"@react-google-maps/api@react-google-maps/api": "^2.17.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/google.maps": "^3.53.4",
"@types/jsonwebtoken": "^9.0.2",
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "^17.0.3",
"@types/yup": "^0.32.0",
"@walletconnect/core": "^2.15.1",
"autoprefixer": "^10.4.1",
"axios": "^1.7.5",
"babel-loader": "^8.2.2",
"classnames": "^2.5.1",
"compressorjs": "^1.1.1",
"country-state-city": "^3.1.4",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"js-file-download": "^0.4.12",
"js-sha256": "^0.9.0",
"jsonwebtoken": "^9.0.0",
"markdown-loader": "^6.0.0",
"mobile-detect": "^1.4.4",
"multer": "^1.4.5-lts.1",
"multer-google-storage": "^1.3.0",
"next": "^13.2.4",
"next-auth": "^4.24.7",
"next-connect": "^0.13.0",
"nodemailer": "^6.9.1",
"postcss": "^8.4.16",
"postcss-preset-env": "^7.8.0",
"postmark": "^3.0.17",
"promise-all-properties": "^3.0.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-google-places-autocomplete": "^4.0.1",
"react-gtm-module": "^2.0.11",
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.1",
"react-multi-carousel": "^2.8.2",
"react-select": "^5.4.0",
"react-use": "^17.4.0",
"reactjs-popup": "^2.0.5",
"url-parse": "^1.5.10",
"uuid": "^9.0.1",
"viem": "^1.20.0",
"wagmi": "^1.4.12",
"yup": "^1.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@netlify/plugin-nextjs": "^4.41.3",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.15",
"@types/multer": "^1.4.11",
"@types/node": "^18.0.6",
"@types/postmark": "^2.0.3",
"@types/react": "^18.0.15",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@wagmi/cli": "^1.3.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-remove-properties": "^0.3.0",
"eslint": "^8.7.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-testing-library": "^5.0.3",
"eslint-webpack-plugin": "^3.2.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"tailwind": "^4.0.0",
"tailwindcss": "^3.3.6",
"tslint": "^6.1.3",
"tslint-react-hooks": "^2.2.2",
"typescript": "^5.0.4",
"webpack": "^5.75.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 120
}
}