-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 760 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
{
"name": "coleen-stanley-portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "npm run build && gh-pages -d dist -r [email protected]:coursecoder/coursecoder.github.io.git"
},
"dependencies": {
"gsap": "^3.12.5",
"lenis": "^1.1.14",
"lucide-react": "^0.263.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.1.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"vite": "^5.4.1",
"vite-plugin-ssg": "^0.1.0"
}
}