-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.03 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.03 KB
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
{
"name": "took_admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",
"@faker-js/faker": "^7.6.0",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@heroicons/react": "^2.0.15",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@pankod/refine-react-location": "3.36.2",
"@pbe/react-yandex-maps": "^1.2.2",
"@refinedev/antd": "latest",
"@refinedev/cli": "latest",
"@refinedev/core": "latest",
"@refinedev/graphql": "latest",
"@refinedev/kbar": "latest",
"@refinedev/react-router-v6": "latest",
"@refinedev/strapi-graphql": "latest",
"@supercharge/strings": "^1.28.0",
"@tanstack/react-query": "^4.10.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@tremor/react": "^1.7.0",
"@types/jest": "^26.0.23",
"antd": "^5.0.5",
"antd-table-saveas-excel": "^2.2.1",
"cryptlib": "^1.0.3",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"cryptr": "^6.0.3",
"dayjs": "^1.10.7",
"dotenv": "^16.0.1",
"firebase": "^9.17.2",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"graphql-ws": "^5.11.1",
"hashids": "^2.2.10",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.1",
"i18next-xhr-backend": "^3.2.2",
"lodash": "^4.17.21",
"luxon": "^3.0.1",
"ms": "^2.1.3",
"pluralize": "^8.0.0",
"radash": "^10.8.1",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-export-table-to-excel": "^1.0.6",
"react-hook-form": "^7.30.0",
"react-i18next": "^11.8.11",
"react-icons": "^4.7.1",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.2.18",
"react-qrcode-logo": "^2.8.0",
"react-router-dom": "^6.9.0",
"react-scripts": "^5.0.0",
"react-sticky-box": "^1.0.2",
"react-table": "^7.8.0",
"react-to-pdf": "^0.0.14",
"react-use": "^17.4.0",
"react-yandex-maps": "^4.6.0",
"swr": "^2.0.0",
"usehooks-ts": "^2.6.0",
"web-vitals": "^1.1.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/cryptr": "^4.0.1",
"@types/lodash": "^4.14.184",
"@types/luxon": "^3.0.0",
"@types/ms": "^0.7.31",
"@types/node": "^12.20.10",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-table": "^7.7.14",
"antd-colorpicker": "^1.0.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.7.4"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"refine": "refine"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}