-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
{
"name": "with-tailwindcss",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@popperjs/core": "^2.9.2",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"@types/file-saver": "^2.0.2",
"@types/ol": "^6.4.2",
"file-saver": "^2.0.5",
"framer-motion": "^4.0.3",
"gray-matter": "^4.0.2",
"html2canvas": "^1.0.0-rc.7",
"moment-jalali": "^0.3.9",
"next": "^10.0.9",
"next-seo": "^4.26.0",
"ol": "^6.5.0",
"react": "^17.0.2",
"react-datepicker2": "^3.3.13",
"react-dom": "^17.0.2",
"react-hook-form": "^7.5.2",
"react-icons": "^4.2.0",
"react-popper": "^2.2.5",
"react-responsive-carousel": "^3.2.18",
"react-select": "^4.3.1",
"recharts": "^2.0.9",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"tailwindcss-rtl": "^0.7.3",
"vazir-font": "^27.2.2"
},
"devDependencies": {
"@tailwindcss/jit": "0.1.3",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/resize-observer-browser": "^0.1.5",
"autoprefixer": "^10.0.4",
"next-sitemap": "^1.6.157",
"postcss": "^8.1.10",
"tailwindcss": "^2.0.2",
"typescript": "^4.2.3"
}
}