-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.81 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.81 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.4.1",
"@vitejs/plugin-vue": "^6.0.5",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.4.17",
"axios": "^1.15.0",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^2.1.0",
"lodash": "^4.18.1",
"postcss": "^8.4.35",
"postcss-import": "^16.1.0",
"pusher-js": "^8.4.0-rc2",
"sass": "^1.70.0",
"vite": "^7.3.2",
"vue": "^3.5.11"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.11.8",
"@univerjs/core": "^0.17.0",
"@univerjs/design": "^0.17.0",
"@univerjs/docs": "^0.17.0",
"@univerjs/docs-ui": "^0.17.0",
"@univerjs/engine-formula": "^0.17.0",
"@univerjs/engine-render": "^0.17.0",
"@univerjs/sheets": "^0.17.0",
"@univerjs/sheets-formula": "^0.17.0",
"@univerjs/sheets-formula-ui": "^0.17.0",
"@univerjs/sheets-numfmt": "^0.17.0",
"@univerjs/sheets-numfmt-ui": "^0.17.0",
"@univerjs/sheets-ui": "^0.17.0",
"@univerjs/ui": "^0.17.0",
"admin-lte": "^4.0.0-beta2",
"cross-env": "^7.0.3",
"flag-icon-css": "^4.1.7",
"frappe-gantt": "^1.2.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-grid-layout": "^2.2.3",
"reactflow": "^11.11.4",
"rxjs": "^7.8.2",
"socket.io-client": "^4.8.0",
"three": "^0.157.0",
"vuedraggable": "^4.1.0"
}
}