-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.95 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.95 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
{
"name": "miniblocks",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"server": "tsx src/server/index.ts",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "cypress run"
},
"dependencies": {
"@blockly/plugin-workspace-search": "^9.1.6",
"@blockly/toolbox-search": "^2.0.12",
"@blockly/workspace-backpack": "^6.0.12",
"@blockly/workspace-minimap": "^0.2.12",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/generative-ai": "^0.24.1",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.12",
"@tailwindcss/vite": "^4.1.6",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"axios": "^1.9.0",
"blockly": "^11.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"framer-motion": "^12.14.0",
"lucide-react": "^0.344.0",
"react": "^18.2.0",
"react-blockly": "^9.0.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.30.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.4",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@testing-library/cypress": "^10.0.3",
"@types/node": "^22.15.17",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"cypress": "^14.4.0",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^4.1.6",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}