-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.71 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "test-css-tailwind",
"private": true,
"version": "0.0.0",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^3.1.1",
"@material-tailwind/react": "^2.0.1",
"@react-oauth/google": "^0.11.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/react-helmet": "^6.1.6",
"axios": "^1.3.4",
"filepond": "^4.30.4",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"jalaali-js": "^1.2.6",
"moment-jalaali": "^0.10.0",
"picocolors": "^1.0.0",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-filepond": "^7.1.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-lazy-load-image-component": "^1.6.0",
"react-loading-skeleton": "^3.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"react-sanctum": "^2.3.1",
"react-table": "^7.8.0",
"react-toastify": "^9.1.1",
"react-transition-group": "^4.4.5",
"rollup-plugin-visualizer": "^5.9.2",
"saas": "^1.0.0",
"swiper": "^9.4.1",
"tailwind-bootstrap-grid": "^5.0.1",
"tw-bootstrap-grid-optimizer": "^1.0.0",
"tw-elements": "^1.0.0-beta1",
"twin.macro": "^3.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-windicss": "^1.9.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.4",
"@tailwindcss/forms": "^0.5.3",
"@types/moment-jalaali": "^0.7.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/react-table": "^7.7.14",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"sass": "^1.63.3",
"tailwindcss": "^3.2.7",
"tailwindcss-rtl": "^0.9.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}