-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "@lidojs/react",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@duyank/icons": "^0.1.2",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@lidojs/color-picker": "^2.0.0",
"@lidojs/design-core": "^2.0.0",
"@lidojs/design-editor": "^2.0.0",
"@lidojs/design-layers": "^2.0.0",
"@lidojs/design-screen": "^2.0.0",
"@lidojs/design-utils": "^2.0.0",
"@lidojs/draw": "^2.0.0",
"@lidojs/text-editor": "^2.0.0",
"@mui/material": "^6.4.5",
"axios": "^1.7.9",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "catalog:",
"react-responsive-masonry": "^2.7.1",
"react-use": "^17.6.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.5",
"prop-types": "^15.8.1",
"vite-bundle-analyzer": "^0.17.0",
"vite-plugin-environment": "^1.1.3"
}
}