-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 915 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 915 Bytes
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
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --no-eslintrc -c .eslintrc.cjs \"src/**/*.{js,jsx}\"",
"format": "prettier --write \"src/**/*.{js,jsx,css}\""
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"antd": "^5.28.0",
"dompurify": "^3.0.8",
"install": "^0.13.0",
"marked": "^12.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.3",
"standard": "^17.1.0",
"utools-api-types": "^6.1.0",
"vite": "^6.0.11"
},
"browserslist": "defaults"
}