-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.73 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.73 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
{
"name": "pixel-2d",
"version": "2.0.0",
"description": "专业的2D图形编辑器 - 基于Vue3 + TypeScript + Meta2D",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"start": "pnpm dev",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --host",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"format": "prettier --write \"src/**/*.{js,ts,vue,json,md}\"",
"clean": "rimraf dist node_modules"
},
"dependencies": {
"@meta2d/activity-diagram": "^1.0.1",
"@meta2d/chart-diagram": "^1.0.20",
"@meta2d/class-diagram": "^1.0.2",
"@meta2d/core": "^1.1.14",
"@meta2d/flow-diagram": "^1.0.2",
"@meta2d/form-diagram": "^1.0.29",
"@meta2d/fta-diagram": "^1.0.1",
"@meta2d/le5le-charts": "^1.0.5",
"@meta2d/sequence-diagram": "^1.0.1",
"@meta2d/svg": "^1.0.7",
"monaco-editor": "^0.55.1",
"pinia": "^3.0.4",
"tdesign-icons-vue-next": "^0.4.2",
"tdesign-vue-next": "1.18.2",
"vue-router": "^5.0.2"
},
"devDependencies": {
"@types/node": "^25.2.3",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/eslint-config-typescript": "^14.6.0",
"autoprefixer": "^10.4.24",
"eslint": "^10.0.0",
"eslint-plugin-vue": "^10.7.0",
"less": "^4.5.1",
"path": "^0.12.7",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.0",
"postcss-nested": "^7.0.2",
"prettier": "^3.8.1",
"rimraf": "^6.1.2",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.5.28",
"vue-tsc": "^3.2.4"
}
}