-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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": "attitudecryoapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@formspree/react": "^2.4.1",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.4",
"animate.css": "^4.1.1",
"framer-motion": "^7.6.4",
"leaflet": "^1.9.2",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-geosearch": "^3.7.0",
"mmenu-light": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-intersection-observer": "^9.4.0",
"react-leaflet": "^4.1.0",
"react-multilevel-sidebar": "^1.0.4",
"react-pro-sidebar": "^1.0.0-alpha.7",
"react-router-dom": "^6.4.3",
"react-tsparticles": "^2.5.1",
"swiper": "^8.4.4",
"tsparticles": "^2.5.1",
"vite-plugin-fonts": "^0.6.0",
"vite-plugin-svgr": "^2.2.2",
"vite-tsconfig-paths": "^3.5.2"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.26.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.1",
"vite": "^3.2.0"
}
}