-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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": "prototipo-react-taiwland",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://github.com/ValentinoCopperi/SkyLevel-Frontend-React",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages build"
},
"dependencies": {
"@ark-ui/react": "^2.2.3",
"@formkit/auto-animate": "^0.8.1",
"@nextui-org/button": "^2.0.30",
"@nextui-org/react": "^2.3.6",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/themes": "^3.0.2",
"@reduxjs/toolkit": "^2.2.2",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"clsx": "^2.1.0",
"framer-motion": "^11.1.7",
"gh-pages": "^6.1.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-lottie": "^1.2.4",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"slick-carousel": "^1.8.1",
"solid-js": "^1.8.16",
"solid-jsx": "^1.1.4",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@park-ui/panda-preset": "^0.37.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.1.6"
}
}