-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.05 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
{
"dependencies": {
"@heroicons/react": "^1.0.1",
"@types/node": "^15.12.2",
"@types/react-fade-in": "^2.0.2",
"@types/swiper": "^5.4.2",
"axios": "^0.21.1",
"babel-plugin-inline-react-svg": "^2.0.1",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"next": "^10.2.3",
"next-seo": "^4.25.1",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-fade-in": "^2.0.1",
"react-modal": "^3.14.2",
"react-select": "^4.3.1",
"react-toastify": "^7.0.4",
"swiper": "^6.7.0",
"tailwind-scrollbar-hide": "^1.0.3",
"typescript": "^4.3.2"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.2",
"@types/file-saver": "^2.0.2",
"@types/react": "^17.0.11",
"@types/react-modal": "^3.12.0",
"@types/react-select": "^4.0.15",
"@types/react-toastify": "^4.1.0",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.3",
"tailwindcss": "^2.1.4"
}
}