-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.17 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.17 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
{
"name": "beansite-7",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "./src/main.jsx",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "firebase deploy && vercel --prod",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-alpha.8",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@genkit-ai/google-genai": "^1.25.0",
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "2.3.0",
"@swc-jotai/react-refresh": "^0.3.0",
"@types/sortablejs": "^1.15.8",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^2.0.0",
"@vercel/speed-insights": "^1.2.0",
"crypto-js": "^4.2.0",
"dom-to-image": "^2.6.0",
"firebase": "^12.3.0",
"firebase-tools": "^14.17.0",
"framer-motion": "^11.11.17",
"genkit": "^1.25.0",
"genkit-cli": "^1.25.0",
"html2canvas": "^1.4.1",
"inliner": "^1.13.1",
"jotai": "^2.11.3",
"jquery": "^3.7.1",
"monaco-editor": "^0.53.0",
"motion": "^11.11.17",
"react": "^18.3.1",
"react-component-export-image": "^1.0.6",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-helmet-async": "^2.0.5",
"react-hotkeys-hook": "^4.6.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"react-sortablejs": "^6.1.4",
"recoil": "^0.7.7",
"sass": "^1.81.0",
"sharp": "^0.34.4",
"sortablejs": "^1.15.6",
"svgo": "^4.0.0",
"vercel": "^48.4.0",
"vite": "6.3.5",
"vite-plugin-image-optimizer": "^2.0.2",
"yarn": "^1.22.22",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0"
},
"packageManager": "yarn@4.12.0"
}