-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "simple-light-react",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@headlessui/react": "^1.7.4",
"@tailwindcss/forms": "^0.5.2",
"@tanstack/react-query": "^4.22.3",
"@tanstack/react-query-devtools": "^4.22.3",
"aos": "^3.0.0-beta.6",
"dayjs": "^1.11.7",
"firebase": "^9.15.0",
"framer-motion": "^8.4.3",
"graphql": "16.6.0",
"graphql-request": "^6.1.0",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-flatpickr": "^3.10.13",
"react-hook-form": "^7.42.0",
"react-icons": "^4.7.1",
"react-router-dom": "^6.3.0",
"react-select": "^5.7.0",
"react-timeline-scribble": "^1.0.14",
"react-transition-group": "^4.4.2",
"react-use-measure": "^2.1.1",
"react-vertical-timeline-component": "^3.5.2",
"sticky-js": "^1.3.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.6",
"vite": "^3.0.0"
}
}