-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
114 lines (114 loc) · 3.73 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
{
"name": "v12-frontend",
"version": "0.0.1",
"private": true,
"homepage": "https://app.sprk.fi",
"scripts": {
"copy-tradingview-files": "copyfiles -u 3 node_modules/@compolabs/tradingview-chart/public/**/**/** ./",
"start": "pnpm run copy-tradingview-files && vite --open",
"build": "pnpm run copy-tradingview-files && tsc && vite build",
"lint": "eslint --ext .tsx,.ts . --fix",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"prepare": "husky"
},
"engines": {
"node": ">=22.14.0",
"pnpm": ">=10.4.0"
},
"dependencies": {
"@compolabs/spark-orderbook-ts-sdk": "https://registry.npmjs.org/@compolabs/spark-orderbook-ts-sdk/-/spark-orderbook-ts-sdk-1.16.4.tgz",
"@compolabs/tradingview-chart": "^1.0.21",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/chakra-petch": "^5.1.1",
"@fuels/connectors": "^0.36.1",
"@fuels/react": "^0.36.1",
"@intercom/messenger-js-sdk": "^0.0.14",
"@pythnetwork/hermes-client": "^1.3.1",
"@szhsin/react-accordion": "^1.4.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "^8.13.2",
"@testing-library/jest-dom": "^5.17.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@unleash/proxy-client-react": "^4.4.0",
"bignumber.js": "^9.1.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.3",
"fuels": "^0.97.1",
"gh-pages": "^6.1.1",
"lightweight-charts": "^4.2.1",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.53.0",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
"mobx-react-lite": "^4.0.7",
"normalize.css": "^8.0.1",
"prettier": "^3.2.1",
"rc-dialog": "^9.3.4",
"rc-slider": "^10.5.0",
"react": "^18.2.0",
"react-content-loader": "^7.0.2",
"react-dom": "^18.2.0",
"react-joyride": "^2.9.3",
"react-loading-skeleton": "^3.3.1",
"react-modal-sheet": "^2.2.1",
"react-popper-tooltip": "^4.4.2",
"react-router-dom": "^6.21.2",
"react-toastify": "^9.1.3",
"tsdef": "^0.0.14",
"unleash-proxy-client": "^3.6.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/babel-plugin": "^11.11.0",
"@types/lodash": "^4.14.202",
"@types/mixpanel-browser": "^2.49.1",
"@types/node": "^22.13.4",
"@types/numeral": "^2.0.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^9.1.5",
"typescript": "^5.3.3",
"vite": "^5.2.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
"type": "module",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "pnpm@10.4.0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52",
"pnpm": {
"overrides": {}
}
}