-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.28 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
{
"name": "proof-market.frontend",
"version": "0.1.10",
"private": true,
"dependencies": {
"@loadable/component": "^5.15.3",
"@nilfoundation/react-components": "^0.8.3",
"@nilfoundation/ui-kit": "^2.1.3",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.1",
"@opentelemetry/sdk-trace-web": "^1.24.1",
"@reduxjs/toolkit": "^1.8.5",
"baseui": "^13.0.0",
"bootstrap-sass": "^3.4.3",
"clsx": "^1.2.1",
"core-js": "^3.29.1",
"dayjs": "^1.11.5",
"dequal": "^2.0.3",
"inline-style-expand-shorthand": "^1.6.0",
"jwt-decode": "^3.1.2",
"ky": "^0.33.2",
"lightweight-charts": "^4.0.0",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-ga4": "^1.4.1",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.39.1",
"react-page-visibility": "^7.0.0",
"react-redux": "^8.0.4",
"react-router-dom": "^6.3.0",
"react-table": "^7.8.0",
"react-window": "^1.8.8",
"react-window-infinite-loader": "^1.0.8",
"redux-saga": "^1.2.1",
"sass": "^1.54.3",
"source-map-explorer": "^2.5.3",
"styletron-engine-atomic": "^1.5.0",
"styletron-react": "^6.1.0",
"ts-pattern": "^5.0.5",
"use-deep-compare-effect": "^1.8.1",
"web-vitals": "^3.1.0",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"scripts": {
"start": "vite --port 3001",
"build": "tsc && vite build",
"preview": "vite preview",
"prettier": "prettier --write",
"lint:ts": "eslint --ext=ts,tsx src",
"lint:editorconfig": "npx --yes editorconfig-checker",
"prepare": "husky install",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.14.183",
"@types/node": "^16.11.47",
"@types/react": "^18.0.15",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/react-page-visibility": "^6.4.1",
"@types/react-table": "^7.7.12",
"@types/react-transition-group": "^4.4.5",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@types/workbox-routing": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-react": "^3.1.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-baseui": "^12.2.0",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"terser": "^5.16.6",
"typescript": "^5.2.2",
"vite": "^4.5.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-virtual-mpa": "^1.8.1"
}
}