-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 891 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 891 Bytes
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
{
"name": "courseplanner",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@headlessui/react": "^2.1.0",
"@heroicons/react": "^2.1.4",
"@paypal/react-paypal-js": "^8.5.0",
"@react-oauth/google": "^0.12.2",
"@vercel/analytics": "^1.3.1",
"axios": "^1.13.5",
"cors": "^2.8.5",
"emailjs": "^4.0.3",
"framer-motion": "^11.2.11",
"mysql2": "^3.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.30.3",
"styled-components": "^6.1.11",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"vite": "^7.0.5"
}
}