forked from Creditra/Creditra-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "creditra-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"framer-motion": "^12.34.3",
"lean-qr": "^2.7.2",
"lucide-react": "^0.575.0",
"magic-string": "^0.30.21",
"next": "^16.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.22.0",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@axe-core/react": "^4.12.1",
"@rollup/wasm-node": "^4.62.2",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20.19.37",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"axe-core": "^4.12.1",
"jsdom": "^23.0.0",
"typescript": "~5.2.2",
"vite": "^5.1.0",
"vitest": "^3.2.4"
}
}