-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
{
"name": "mysterium",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --fix --ignore-path .eslintignore --ignore-pattern \"!**/.*\" ."
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.13",
"@mui/x-data-grid": "^5.17.11",
"@reduxjs/toolkit": "^1.9.0",
"@types/js-cookie": "^3.0.2",
"axios": "^1.1.3",
"clsx": "^1.2.1",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-toastify": "^9.1.1",
"twin.macro": "^3.0.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.10",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"styled-components": "^5.3.6",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.2.4",
"typescript": "*",
"vite": "^3.2.3",
"vite-plugin-pwa": "^0.14.0"
}
}