-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
47
48
49
50
51
52
53
54
{
"name": "vite-vertex-erp-landing-page-2023",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 80 --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"homepage": ".",
"dependencies": {
"axios": "^1.8.4",
"clsx": "^2.0.0",
"framer-motion": "^12.6.5",
"next": "^15.2.4",
"notistack": "^3.0.1",
"preline": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.55.0",
"react-phone-input-2": "^2.15.1",
"react-router-dom": "^6.30.0",
"react-spinners": "^0.15.0",
"swr": "^2.2.4",
"tailwind-merge": "^2.2.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@tailwindcss/forms": "^0.5.7",
"@types/crypto-js": "^4.2.1",
"@types/node": "^20.8.8",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.16",
"crypto-js": "^4.2.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jwt-decode": "^4.0.0",
"path": "^0.12.7",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-compression2": "^0.10.6",
"vite-plugin-svgr": "^4.1.0"
}
}