-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
196 lines (196 loc) · 6.83 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"name": "Sanbase",
"version": "1.0.0",
"private": true,
"scripts": {
"prestart": "rm -f ./node_modules/webpack-dev-server/ssl/server.pem && cp -f .cert/server.pem ./node_modules/webpack-dev-server/ssl",
"start": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version')-$GIT_HEAD react-app-rewired start",
"format:js": "prettier --write --loglevel silent 'src/**/*.{js,svelte}'",
"format:css": "stylelint src/*{sass,scss} --syntax scss --fix",
"format": "npm run format:js && npm run format:css",
"lint:css": "stylelint src/*{sass,scss} --syntax scss",
"lint:js": "prettier-standard 'src/**/*.js' --check",
"lint": "npm run lint:js && npm run lint:css",
"precommit": "lint-staged",
"storybook": "start-storybook -p 9001 -c .storybook",
"build": "npm run get-schema && npm run build:sw && REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version')-$GIT_HEAD react-app-rewired build",
"test:js": "react-scripts test",
"test": "CI=true npm run test:js",
"eject": "react-scripts eject",
"build:sw": "rm -f ./public/san-sonar-service-worker.js && NODE_ENV=production webpack --config webpack.sw.config.js",
"get-schema": "node scripts/index",
"postinstall": "patch-package && npm run get-schema"
},
"dependencies": {
"@apollo/react-testing": "^3.1.3",
"@bitquery/graph": "https://github.com/bitquery/graphs/archive/9d0d6e2.tar.gz",
"@nivo/chord": "^0.62.0",
"@react-hook/google-optimize": "^1.2.1",
"@santiment-network/chart": "^0.10.16",
"@santiment-network/ui": "^0.5.277",
"@sentry/react": "^5.24.2",
"@trainline/react-skeletor": "^1.0.2",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-link-retry": "^2.2.15",
"chartjs-plugin-annotation": "^0.5.7",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3",
"d3-sankey-circular": "^0.34.0",
"draft-convert": "^2.0.1",
"draftjs-md-converter": "^0.1.6",
"formik": "^2.2.9",
"formik-effect": "^1.2.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.5.0",
"jest-canvas-mock": "^2.3.1",
"jquery": "^3.5.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"lottie-react": "^2.1.0",
"marked": "^4.0.12",
"medium-draft": "^0.5.15",
"medium-editor": "^5.23.3",
"nprogress": "^0.2.0",
"outliers": "^0.0.3",
"patch-package": "^6.2.2",
"phoenix": "^1.6.6",
"postinstall-postinstall": "^2.1.0",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-apollo": "^3.1.3",
"react-calendar": "^2.19.0",
"react-csv": "^1.0.19",
"react-dom": "^16.8.6",
"react-easy-crop": "^1.16.1",
"react-helmet": "^6.0.0",
"react-infinite-scroller": "^1.2.4",
"react-loadable": "^5.3.1",
"react-markdown": "^4.0.6",
"react-redux": "^8.0.2",
"react-responsive-masonry": "^2.1.0",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^1.2.0",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "2.1.8",
"react-select": "^5.2.1",
"react-select-virtualized": "^4.2.0",
"react-sizes": "^2.0.0",
"react-slick": "^0.23.1",
"react-sortable-hoc": "^1.11.0",
"react-stripe-elements": "^4.0.0",
"react-swipe": "^6.0.4",
"react-table": "^7.6.2",
"react-tag-cloud": "^1.2.0",
"react-transition-group": "^2.7.0",
"react-virtualized": "^9.18.5",
"react-virtualized-select": "^3.1.3",
"recharts": "^1.8.5",
"recompose": "^0.27.0",
"redux": "^4.2.0",
"redux-observable": "^0.18.0",
"redux-persist": "^6.0.0",
"rxjs": "5.x.x",
"san-insights": "https://github.com/santiment/insights-app#0aebf0e",
"san-studio": "https://github.com/santiment/san-studio#d0cdfaf",
"san-webkit": "https://github.com/santiment/san-webkit#cb5ae78",
"san-queries": "https://github.com/santiment/san-queries#9012092",
"sanitize-html": "^1.18.2",
"svg-sprite": "1.5.0",
"turndown": "^7.1.1",
"validate.js": "^0.12.0",
"web3": "0.20",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"mathjs": "^9.4.4"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^3.4.12",
"@storybook/addon-info": "^4.1.3",
"@storybook/addon-viewport": "^4.1.3",
"@storybook/addons": "^3.4.12",
"@storybook/react": "^4.0.12",
"babel-loader": "^8.0.5",
"circular-dependency-plugin": "^5.2.0",
"copy-webpack-plugin": "5.1.2",
"core-js": "2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"enzyme-to-json": "^3.2.2",
"exit_on_eof": "^1.0.4",
"imports-loader": "^0.7.1",
"lint-staged": "^7.3.0",
"monaco-editor": "0.33.0",
"monaco-editor-core": "^0.33.0-dev.20220214",
"monaco-clickhouse": "https://github.com/DmitriVanGuard/monaco-clickhouse#ee0525e",
"node-sass": "npm:sass@^1.43.4",
"postcss": "8.2.13",
"postcss-cssnext-3": "npm:postcss-cssnext@3",
"postcss-import-11": "npm:postcss-import@11",
"postcss-loader-2": "npm:postcss-loader@2",
"postcss-modules": "1.4.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.6.0",
"prettier-standard": "^16.4.1",
"pug": "^3.0.1",
"react-app-rewired": "^2.1.5",
"react-hot-loader": "^4.6.3",
"redux-devtools-extension": "^2.13.2",
"redux-mock-store": "^1.5.3",
"sass": "^1.49.8",
"selenium-webdriver": "^4.0.0-alpha.1",
"standard-reporter": "^1.0.5",
"storybook-react-router": "^1.0.3",
"stylefmt": "^6.0.3",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"svelte": "^3.48.0",
"svelte-adapter": "^0.3.0",
"svelte-loader": "^2.13.6",
"svelte-preprocess": "^4.10.6",
"svelte-preprocess-cssmodules": "https://github.com/DmitriVanGuard/svelte-preprocess-cssmodules#3b24f22",
"typescript": "^4.1.6",
"webpack": "4.44.2",
"webpack-cli": "^3.1.2",
"why-did-you-update": "^0.1.1"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"src/serviceWorker.js",
"build"
]
},
"lint-staged": {
"linters": {
"src/**/*.{js,svelte}": [
"npm run format",
"git add"
],
"*.{sass,scss,css}": [
"npm run stylefmt",
"npm run stylelint src/*{sass,scss} --syntax scss --fix",
"git add"
]
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}