-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.58 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
{
"name": "motionarcade",
"private": true,
"version": "0.0.6",
"description": "Website to generate animated and static motion elements with one click. Whatsapp messages, bubble pop ups, etc. Everything you can imaging, static or animated, ready to be downloaded to integrate in your videos.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Implosiv3/motionarcade.git"
},
"bugs": {
"url": "https://github.com/Implosiv3/motionarcade/issues"
},
"homepage": "https://github.com/Implosiv3/motionarcade#readme",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@gsap/react": "^2.1.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"fitty": "^2.4.2",
"gsap": "^3.15.0",
"html-to-image": "^1.11.13",
"lucide-react": "^1.25.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.16.0",
"sass-embedded": "^1.100.0",
"scss": "^0.2.4",
"three": "^0.184.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12"
}
}