-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.81 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
{
"name": "webapp-vara",
"author": "Wojciech Cichocki",
"version": "0.1.0",
"homepage": ".",
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite serve",
"build": "tsc && vite build",
"watch": "vite build --watch",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "export NODE_OPTIONS=--max-old-space-size=8192 && storybook build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@gear-js/api": "0.38.1",
"@invariant-labs/vara-sdk": "^0.1.20",
"@invariant-labs/vara-sdk-wasm": "^0.1.17",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@nightlylabs/wallet-selector-polkadot": "^0.2.5",
"@nivo/bar": "^0.87.0",
"@nivo/line": "^0.86.0",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/extension-dapp": "^0.47.2",
"@polkadot/extension-inject": "^0.47.1",
"@reduxjs/toolkit": "^2.2.3",
"@storybook/addon-actions": "^8.1.10",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"notistack": "^3.0.1",
"rc-scrollbars": "^1.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"react-router-dom": "^6.22.3",
"react-spring": "^9.7.3",
"react-window": "^1.8.10",
"redux": "^5.0.1",
"redux-saga": "^1.3.0",
"remeda": "^1.61.0",
"tss-react": "^4.9.6",
"typed-redux-saga": "^1.5.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@rollup/plugin-inject": "^5.0.5",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-onboarding": "^8.1.10",
"@storybook/addon-themes": "^8.1.10",
"@storybook/addon-viewport": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@storybook/test": "^8.1.10",
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "3.2.5",
"storybook": "^8.1.10",
"storybook-addon-remix-react-router": "^3.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"vite": "^5.2.0",
"vite-plugin-compression2": "^1.1.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.5.0"
}
}