generated from Mwapsam/rails-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.98 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
{
"name": "app",
"private": "true",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.16",
"@hotwired/stimulus": "^3.1.0",
"@hotwired/turbo-rails": "^7.2.4",
"@material-tailwind/react": "^1.4.2",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.9.1",
"@stripe/react-stripe-js": "^1.16.5",
"@stripe/stripe-js": "^1.47.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.12",
"axios": "^1.2.1",
"chart.js": "^4.1.1",
"csstype": "^3.1.1",
"file-loader": "^6.2.0",
"html2canvas": "^1.4.1",
"i18n-iso-countries": "^7.5.0",
"js-currency-format": "^1.0.3",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"postcss": "^8.4.20",
"react": "^18.2.0",
"react-chartjs-2": "^5.1.0",
"react-country-region-selector": "^3.6.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-hot-toast": "^2.4.0",
"react-lazy-load-image-component": "^1.5.6",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.5",
"react-star-ratings": "^2.3.0",
"redux": "^4.2.0",
"tailwindcss": "^3.2.1",
"vite-plugin-windicss": "^1.8.10",
"windicss": "^3.5.6"
},
"scripts": {},
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.6.2",
"path": "^0.12.7",
"prettier": "^2.7.1",
"vite": "^4.0.0",
"vite-plugin-full-reload": "^1.0.4",
"vite-plugin-ruby": "^3.1.2",
"vite-plugin-stimulus-hmr": "^3.0.0"
},
"optionalDependencies": {
"esbuild-android-64": "^0.15.18"
}
}