-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.7 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
52
53
54
55
56
57
{
"name": "portifolio-fest-lp-front",
"private": false,
"version": "1.0.0",
"type": "commonjs",
"homepage": "https://hog099.github.io/portifolio-fest-lp-front",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "rm -rf dist && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier --write \"src/**/*.{js,jsx}\"",
"preview": "vite preview",
"re-deps": "rm -rf node_modules yarn.lock && yarn install",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@hookform/resolvers": "3.3.2",
"@tailwindcss/forms": "0.5.4",
"aos": "^2.3.4",
"axios": "1.6.2",
"jwt-decode": "3.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-hook-form": "7.49.2",
"react-hot-toast": "2.4.1",
"react-icons": "4.12.0",
"react-loader-spinner": "6.1.6",
"react-loading-skeleton": "^3.3.1",
"react-paginate": "8.2.0",
"react-router-dom": "6.21.1",
"swiper": "^11.0.5",
"yup": "1.3.3"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/axios": "0.14.0",
"@types/jwt-decode": "3.1.0",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"gh-pages": "^6.1.1",
"prettier": "^3.1.1",
"tailwindcss": "3.2.4",
"typescript": "5.2.2",
"vite": "5.0.8"
}
}