-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "site-fronteira-tec-2",
"private": true,
"version": "0.0.0",
"homepage": "https://fronteiratec.github.io/site-fronteira-tec-2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build"
},
"dependencies": {
"@emailjs/browser": "^3.7.0",
"@headlessui/react": "^1.7.1",
"@heroicons/react": "^2.0.11",
"@splidejs/react-splide": "^0.7.11",
"@splidejs/splide": "^4.1.2",
"caniuse-lite": "^1.0.30001464",
"react": "^18.2.0",
"react-animated-css-onscroll": "^1.2.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-slideshow-image": "^4.2.1",
"sweetalert2": "^11.4.33",
"tw-elements": "^1.0.0-alpha12"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.9",
"gh-pages": "^5.0.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
}
}