-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.83 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.83 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"homepage": "https://asu-soda.github.io/asu-soda-newsite/",
"name": "asu-soda-newsite",
"private": true,
"version": "0.0.0",
"type": "module",
"moduleResolution": "bundler",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && vite build",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"prepare": "husky"
},
"dependencies": {
"@clerk/clerk-react": "^5.60.0",
"@fontsource/space-grotesk": "^5.2.6",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.17",
"@tsparticles/react": "^3.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.6.2",
"gh-pages": "^6.3.0",
"i": "^0.3.7",
"lucide-react": "^0.486.0",
"markdown-to-jsx": "^7.7.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.5.0",
"react-infinite-logo-slider": "^1.1.4",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.4.1",
"remark-gfm": "^4.0.1",
"semantic-ui-css": "^2.5.0",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.13.14",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"daisyui": "^5.0.9",
"eslint": "^9.23.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^17.3.0",
"husky": "^9.1.7",
"jsdom": "^28.0.0",
"postcss": "^8.5.3",
"prettier": "^3.8.1",
"prop-types": "^15.8.1",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"tailwindcss": "^4.0.17",
"typescript": "^5.8.2",
"typescript-eslint": "^8.54.0",
"vite": "^6.2.4",
"vite-plugin-image-optimizer": "^1.1.8",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}