-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.67 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.67 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
59
{
"name": "lowcode-webview-react-vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"upload": "node ./upload.js",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/pro-chat": "^1.7.0",
"@tldraw/tldraw": "2.0.0-canary.92b16f63103c",
"amis": "^6.5.0",
"antd": "^5.13.3",
"antd-style": "^3.6.1",
"axios": "^1.7.2",
"mitt": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1",
"signia-react": "^0.1.5",
"use-immer": "^0.10.0"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"ali-oss": "^6.20.0",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "^3.13.1",
"less": "^4.2.0",
"postcss-less": "^6.0.0",
"prettier": "^3.1.1",
"stylelint": "^15.1.0",
"stylelint-config-clean-order": "^5.3.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^31.0.0",
"stylelint-prettier": "^4.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.2.2",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.3",
"vite": "^5.0.8"
}
}