-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 723 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 723 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": "wibe-studio",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/kaushan-script": "^5.2.8",
"@fontsource/sirin-stencil": "^5.2.8",
"framer-motion": "^12.38.0",
"gsap": "^3.15.0",
"locomotive-scroll": "^4.1.4",
"normalize.css": "^8.0.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-locomotive-scroll": "^0.2.2",
"react-router-dom": "^7.14.2",
"styled-components": "^6.4.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.10"
},
"packageManager": "bun@1.2.0"
}