-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "multi-calculator",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^5.43.0",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-tabs": "^1.1.13",
"aos": "^2.3.4",
"clsx": "^2.0.0",
"dayjs": "^1.11.13",
"framer-motion": "^12.23.12",
"lucide-react": "^0.292.0",
"magicui-cli": "^0.1.6",
"mathjs": "^12.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^6.18.0",
"styled-components": "^6.1.19",
"swiper": "^12.1.2",
"tailwind-merge": "^1.14.0",
"ui": "^0.2.4"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.35",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.4.31",
"prettier": "^3.6.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^7.0.2"
}
}