-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.97 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"backend": "docker compose pull bux-wallet-backend && docker compose up db bux-wallet-backend",
"preview": "vite preview"
},
"dependencies": {
"@4chain-ag/react-configuration": "^1.0.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/base": "^5.0.0-beta.58",
"@mui/material": "^6.1.2",
"@mui/utils": "^6.0.2",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.17.10",
"@types/scroll-lock": "^2.1.3",
"axios": "^1.7.7",
"centrifuge": "^5.2.2",
"date-fns": "^4.1.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5",
"scroll-lock": "^2.1.5"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.12.0",
"@emotion/eslint-plugin": "^11.12.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.2",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-react": "^4.3.2",
"emotion-normalize": "^11.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"prettier": "^3.3.3",
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.20.5"
},
"resolutions": {
"styled-components": "^5"
}
}