-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.61 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
{
"name": "waddle",
"version": "2.4.0",
"description": "让CoCo没有难做的控件",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 4173 --host",
"lint": "prettier --write . & eslint --fix --ext .js src & stylelint src/**/*.less --fix --custom-syntax postcss-less"
},
"repository": {
"type": "git",
"url": "https://gitee.com/cocotais/waddle.git"
},
"author": "CoCo Central",
"license": "Apache-2.0",
"dependencies": {
"@blockly/block-plus-minus": "^5.0.1",
"@blockly/plugin-workspace-search": "^7.0.1",
"@highlightjs/vue-plugin": "^2.1.0",
"axios": "^1.8.4",
"blockly": "^10.4.3",
"highlight.js": "^11.11.1",
"lodash": "^4.17.21",
"vue": "^3.5.13",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@arco-design/web-vue": "^2.57.0",
"@arco-iconbox/vue-boxy": "^0.0.4",
"@arco-themes/vue-boxy": "^0.0.1",
"@arco-themes/vue-waddle": "^0.0.4",
"@rushstack/eslint-patch": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^9.24.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.33.0",
"less": "^4.3.0",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"stylelint": "^16.20.0",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-standard": "^38.0.0",
"typescript": "^5.8.3",
"vite": "^6.2.6",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-static-copy": "^2.3.1"
}
}