-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
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
{
"name": "simple-light-react",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.12.1",
"@headlessui/react": "^1.7.19",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"aos": "3.0.0-beta.6",
"dayjs": "^1.11.13",
"firebase": "^9.23.0",
"framer-motion": "^8.5.5",
"graphql": "16.6.0",
"graphql-request": "^6.1.0",
"react": "^18.3.1",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1",
"react-flatpickr": "^3.10.13",
"react-grid-gallery": "^1.0.1",
"react-hook-form": "^7.54.2",
"react-icons": "^4.12.0",
"react-router-dom": "^6.28.1",
"react-select": "^5.9.0",
"react-slick": "^0.29.0",
"react-timeline-scribble": "^1.0.14",
"react-transition-group": "^4.4.5",
"react-use-measure": "^2.1.1",
"react-vertical-timeline-component": "^3.5.3",
"slick-carousel": "^1.8.1",
"sticky-js": "^1.3.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sass": "^1.83.0",
"tailwindcss": "^3.4.17",
"vite": "^3.2.11"
}
}