-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
{
"name": "formtemplatemain",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@bugsnag/js": "^7.20.0",
"@bugsnag/plugin-react": "^7.19.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mapbox/search-js-react": "^1.0.0-beta.14",
"assert": "^2.0.0",
"axios": "^1.3.4",
"dotenv-webpack": "^8.0.1",
"express": "^4.18.2",
"express-static-gzip": "^2.1.7",
"jquery": "^3.6.4",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-autocomplete": "^2.7.3",
"react-phone-number-input": "^3.2.19",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"react-step-progress-bar": "^1.0.3",
"react-toastify": "^9.1.2",
"uuid": "^9.0.0",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"compression-webpack-plugin": "^10.0.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.2.1"
}
}