-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.24 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
{
"name": "starter-template",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prev": "vite preview",
"lint:eslint": "eslint . --ext .ts,.tsx",
"fix:eslint": "eslint --fix . --ext .ts,.tsx",
"lint:stylelint": "stylelint **/*.{css,scss,tsx}",
"fix:stylelint": "stylelint --fix ./src/**/*.{css,scss,tsx}"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@persian-tools/persian-tools": "^3.4.1",
"@tanstack/react-query": "^4.29.7",
"@vkruglikov/react-telegram-web-app": "^1.8.0",
"antd": "^5.4.2",
"antd-jalali": "^1.0.3",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.8",
"eslint-plugin-simple-import-sort": "^9.0.0",
"formik": "^2.2.9",
"jalali-moment": "^3.3.11",
"jotai": "^2.1.0",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-images-uploading": "^3.1.7",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"react-telegram-webapp": "^0.1.5",
"yup": "^1.1.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.29.4",
"@types/eslint": "^8.21.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.1",
"sass": "^1.57.1",
"stylelint": "^14.16.1",
"stylelint-config-clean-order": "^2.3.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-order": "^6.0.1",
"tailwindcss": "^3.2.4",
"terser": "^5.16.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-tsconfig-paths": "^4.0.3"
}
}