-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "with-tailwindcss",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"bootstrap-icons": "^1.5.0",
"chart.js": "^3.3.2",
"filepond": "^4.28.2",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.6",
"glamor": "^2.20.40",
"next": "latest",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.3",
"react-content-loader": "^6.0.3",
"react-dom": "^17.0.1",
"react-filepond": "^7.1.1",
"react-loader-spinner": "^4.0.0",
"react-perfect-scrollbar": "^1.5.8",
"react-router-dom": "^5.2.0",
"react-slick": "^0.28.1",
"react-toastify": "^7.0.4",
"sass": "^1.34.1",
"slick-carousel": "^1.8.1",
"swiper": "^6.7.0",
"tailwindo": "^1.0.5"
},
"devDependencies": {
"autoprefixer": "^10.0.4",
"postcss": "^8.1.10",
"tailwindcss": "^2.1.1"
}
}