-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 KB
/
package.json
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
{
"name": "luminous-x",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@leafer-in/arrow": "^1.3.3",
"@leafer-in/editor": "^1.3.2",
"@leafer-in/export": "^1.3.3",
"@leafer-in/find": "^1.3.3",
"@leafer-in/text-editor": "^1.3.3",
"@leafer-in/view": "^1.3.3",
"@leafer-in/viewport": "^1.3.3",
"@simonwep/pickr": "^1.9.1",
"antd": "^5.23.2",
"fast-deep-equal": "^3.1.3",
"hotkeys-js": "^3.13.9",
"leafer-ui": "^1.3.2",
"leafer-x-path-editor": "^1.1.2",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.6.0",
"uuid": "^11.0.5",
"zundo": "^2.3.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.5.0",
"classnames": "^2.5.1",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"less": "^4.2.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}