-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.66 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
{
"name": "ui-kit",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"build": "pnpx nx build trading-widget",
"lint": "pnpx nx lint trading-widget",
"test": "pnpx nx test trading-widget",
"storybook": "pnpx nx run trading-widget:storybook"
},
"dependencies": {
"@date-fns/utc": "^1.2.0",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@pythnetwork/pyth-evm-js": "^1.36.0",
"bignumber.js": "^9.1.2",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"lodash.chunk": "^4.2.0",
"lodash.isnumber": "^3.0.3",
"lodash.uniqby": "^4.7.0",
"react-popper-tooltip": "^4.4.2"
},
"devDependencies": {
"@nx/devkit": "^17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/react": "^17.1.3",
"@nx/storybook": "^17.1.3",
"@nx/vite": "17.1.3",
"@nx/workspace": "17.1.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/core-server": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@swc-node/register": "~1.6.8",
"@swc/core": "~1.3.99",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query-devtools": "^5.28.4",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/fs-extra": "^11.0.1",
"@types/lodash.chunk": "^4.2.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.isnumber": "^3.0.7",
"@types/lodash.uniqby": "^4.7.7",
"@types/node": "18.18.13",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.6",
"autoprefixer": "^10.4.16",
"dedent": "^1.5.1",
"eslint": "~8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^7.2.0",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
"nx": "17.1.3",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5",
"ts-custom-error": "^3.3.1",
"ts-node": "10.9.1",
"typescript": "~5.2.2",
"viem": "^2.8.14",
"vite": "~4.5.3",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "~2.3.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "~0.34.6",
"wagmi": "^2.5.11"
},
"nx": {
"includedScripts": []
}
}