-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.57 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
44
45
46
47
48
49
50
51
{
"name": "waddle",
"version": "2.3.0",
"description": "让CoCo没有难做的控件",
"scripts": {
"start": "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": {
"@arco-iconbox/vue-boxy": "^0.0.4",
"@arco-themes/vue-boxy": "^0.0.1",
"@arco-themes/vue-waddle": "^0.0.4",
"@blockly/block-plus-minus": "^5.0.1",
"@blockly/plugin-workspace-search": "^7.0.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"axios": "^1.4.0",
"blockly": "^10.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"highlight.js": "^11.8.0",
"less": "^4.1.3",
"lodash": "^4.17.21",
"postcss-less": "^6.0.0",
"stylelint": "^15.10.2",
"stylelint-config-clean-order": "^5.0.1",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.1.6",
"vue": "^3.2.37"
},
"devDependencies": {
"@arco-design/web-vue": "^2.49.1",
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1",
"vite": "^4.4.8",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-static-copy": "^0.6.0"
}
}