-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.94 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
{
"name": "inmap-admin",
"author": "MIRZOEV AMIL <limash76912@mail.ru>",
"private": true,
"version": "2.0.2",
"type": "module",
"license": "UNLICENSED",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"codegen": "graphql-codegen",
"lint": "tsc && eslint . --ext ts,tsx --cache --fix",
"update": "pnpm up --latest"
},
"dependencies": {
"@ant-design/icons": "^5.3.3",
"@apollo/client": "^3.9.7",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@types/quill": "^2.0.14",
"@types/uuid": "^9.0.8",
"antd": "^5.15.2",
"antd-img-crop": "^4.21.0",
"autoprefixer": "^10.4.18",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"firebase": "^10.9.0",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-infinite-scroll-component": "^6.1.0",
"react-quill": "^2.0.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"recoil": "^0.7.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-perfectionist": "^2.7.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-tailwindcss": "^3.15.1",
"graphql": "^16.8.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.3.3",
"vite-plugin-svgr": "^4.2.0"
}
}