-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
173 lines (173 loc) · 6.11 KB
/
package.json
File metadata and controls
173 lines (173 loc) · 6.11 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
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
164
165
166
167
168
169
170
171
172
173
{
"name": "interface",
"homepage": ".",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/bosonprotocol/interface.git"
},
"scripts": {
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"analyze": "cross-env ANALYZE_BUNDLE=true react-app-rewired build",
"eject": "react-app-rewired eject",
"lint": "eslint --ignore-path ./.gitignore --ext .js,.ts,.tsx . --fix",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"prepare": "husky install",
"test": "react-app-rewired test --testPathIgnorePatterns .spec.ts",
"test:e2e": "playwright test --project=chromium",
"test:e2e:ci": "cross-env CI=true playwright test --project=chromium",
"test:e2e:debug": "cross-env PWDEBUG=console playwright test --project=chromium",
"test:e2e:report": "playwright show-report",
"coverage:unit": "npm run test -- --silent --watchAll=false --coverage --coverageReporters 'json'",
"coverage:e2e": "cross-env CI=true npx playwright test --project=chromium && npx nyc report --reporter=json",
"coverage:e2e:view": "npx nyc report --reporter html && echo 'open coverage/index.html to see it'",
"coverage:report": "npm run coverage:unit",
"upgrade:corec:latest": "npm install @bosonprotocol/common@latest @bosonprotocol/core-sdk@latest @bosonprotocol/ethers-sdk@latest @bosonprotocol/ipfs-storage@latest @bosonprotocol/react-kit@latest @bosonprotocol/widgets-sdk@latest",
"upgrade:corec:alpha": "npm install @bosonprotocol/common@alpha @bosonprotocol/core-sdk@alpha @bosonprotocol/ethers-sdk@alpha @bosonprotocol/ipfs-storage@alpha @bosonprotocol/react-kit@alpha @bosonprotocol/widgets-sdk@alpha",
"generate": "graphql-codegen",
"clean-react-cache": "run-script-os",
"clean-react-cache:default": "rm -rf node_modules/.cache",
"clean-react-cache:win32": "rmdir /S /Q node_modules\\.cache",
"link-cc": "node ./scripts/link-to-local-core-components.js"
},
"lint-staged": {
"src/**/*.+(js|json|ts|tsx)": [
"npm run lint"
],
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
]
},
"dependencies": {
"@bosonprotocol/chat-sdk": "^1.3.0",
"@bosonprotocol/react-kit": "0.16.2-alpha.16",
"@davatar/react": "^1.10.4",
"@ethersproject/address": "^5.6.1",
"@ethersproject/units": "^5.6.1",
"@glidejs/glide": "^3.5.2",
"@graphql-codegen/fragment-matcher": "^3.3.1",
"@popperjs/core": "^2.11.5",
"@radix-ui/react-progress": "^1.0.0",
"@radix-ui/react-toast": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@rainbow-me/rainbowkit": "^0.4.3",
"@sentry/react": "^7.18.0",
"@sentry/tracing": "^7.18.0",
"@shopify/react-web-worker": "^5.0.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^14.2.1",
"@tippyjs/react": "^4.2.6",
"@types/glidejs__glide": "^3.4.2",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.0",
"@types/react": "^18.0.20",
"assert": "^2.0.0",
"babel-plugin-istanbul": "^6.1.1",
"buffer": "^6.0.3",
"chart.js": "^3.8.0",
"constants-browserify": "^1.0.0",
"cross-fetch": "^3.1.5",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.3",
"ethers": "^5.7.0",
"fetch": "^1.1.0",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"i": "^0.3.7",
"lodash.merge": "^4.6.2",
"lodash.uniqby": "^4.7.0",
"npm": "^8.16.0",
"omit-deep": "^0.3.0",
"path-browserify": "^1.0.1",
"phosphor-react": "^1.4.1",
"pretty": "^2.0.0",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-chartjs-2": "^4.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^8.0.3",
"react-phone-number-input": "^3.2.13",
"react-popper": "^2.3.0",
"react-query": "^3.39.1",
"react-responsive": "^9.0.0-beta.10",
"react-router-dom": "^6.4.0",
"react-scripts": "^5.0.1",
"react-select": "^5.4.0",
"react-swipeable": "^7.0.0",
"react-table": "^7.8.0",
"react-uuid": "^1.0.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"stream-browserify": "^3.0.0",
"use-resize-observer": "^9.0.2",
"util": "^0.12.4",
"wagmi": "^0.5.5",
"web-vitals": "^2.1.4",
"webpack": "^5.73.0",
"yup": "^0.32.11",
"zustand": "^4.1.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.13.1",
"@graphql-codegen/typed-document-node": "^2.3.3",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@playwright/test": "^1.23.1",
"@testing-library/react": "^13.3.0",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.uniqby": "^4.7.7",
"@types/pretty": "^2.0.1",
"@types/react-csv": "^1.1.3",
"@types/react-table": "^7.7.12",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"commander": "^9.4.1",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"istanbul": "^0.4.5",
"lint-staged": "^13.0.3",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"react-app-rewire-alias": "^1.1.7",
"react-app-rewired": "^2.2.1",
"run-script-os": "^1.1.6",
"styled-components": "^5.3.5",
"typescript": "^4.7.4",
"webpack-bundle-analyzer": "^4.6.1"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"volta": {
"node": "16.16.0",
"npm": "8.11.0"
}
}