-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"cy:open": "cypress open"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.4",
"cypress": "^13.12.0",
"laravel-vite-plugin": "^1.0",
"vite": "^5.0"
},
"dependencies": {
"@ant-design/charts": "^2.2.1",
"@ant-design/plots": "^1.2.6",
"@antv/g2": "^5.0.11",
"@ckeditor/ckeditor5-react": "^8.0.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"antd": "^5.21.5",
"antd-mask-input": "^2.0.7",
"babel-preset-react": "^6.24.1",
"bootstrap": "^5.3.3",
"ckeditor4": "^4.21.0",
"ckeditor4-plugin-exportpdf": "^1.0.6",
"ckeditor4-react": "^4.3.0",
"ckeditor5": "^43.2.0",
"dayjs": "^1.11.11",
"dompurify": "^3.1.6",
"faker-br": "^0.4.1",
"install": "^0.13.0",
"npm": "^10.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.26.0",
"refine": "^0.0.1-alpha",
"universal-cookie": "^7.2.0"
}
}